public class NPacketPlayInBlockPlace extends Object implements NPacketPlayIn, LocatedPacket
| Modifier and Type | Field and Description | 
|---|---|
BlockFace | 
direction  | 
Hand | 
hand  | 
int | 
x  | 
int | 
y  | 
int | 
z  | 
| Constructor and Description | 
|---|
NPacketPlayInBlockPlace()  | 
NPacketPlayInBlockPlace(Hand hand,
                       int x,
                       int y,
                       int z,
                       BlockFace dir)  | 
| Modifier and Type | Method and Description | 
|---|---|
PacketType | 
getPacketType()  | 
double | 
getX()  | 
double | 
getY()  | 
double | 
getZ()  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBlock, getBlockX, getBlockY, getBlockZ, getLocation, hasLocationpublic Hand hand
public BlockFace direction
public int x
public int y
public int z
public double getX()
getX in interface LocatedPacketpublic double getY()
getY in interface LocatedPacketpublic double getZ()
getZ in interface LocatedPacketpublic PacketType getPacketType()
getPacketType in interface NPacket