public class NPacketPlayInBlockPlace extends Object implements NPacketPlayIn, LocatedPacket
Modifier and Type | Field and Description |
---|---|
ItemStack |
item |
Vector |
vector |
int |
x |
int |
y |
int |
z |
Constructor and Description |
---|
NPacketPlayInBlockPlace() |
NPacketPlayInBlockPlace(int x,
int y,
int z,
ItemStack item,
Vector vector) |
Modifier and Type | Method and Description |
---|---|
PacketType |
getPacketType() |
double |
getX() |
double |
getY() |
double |
getZ() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBlock, getBlockX, getBlockY, getBlockZ, getLocation, hasLocation
public int x
public int y
public int z
public ItemStack item
public Vector vector
public double getX()
getX
in interface LocatedPacket
public double getY()
getY
in interface LocatedPacket
public double getZ()
getZ
in interface LocatedPacket
public PacketType getPacketType()
getPacketType
in interface NPacket