public class NPacketPlayOutBlockBreakAnimation extends Object implements NPacketPlayOut, LocatedPacket
Modifier and Type | Field and Description |
---|---|
int |
destroyStage |
int |
entityId |
int |
x |
int |
y |
int |
z |
Constructor and Description |
---|
NPacketPlayOutBlockBreakAnimation() |
NPacketPlayOutBlockBreakAnimation(BlockPosition pos,
int entityId,
int destroyStage) |
NPacketPlayOutBlockBreakAnimation(int x,
int y,
int z,
int entityId,
int destroyStage) |
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 int entityId
public int destroyStage
public NPacketPlayOutBlockBreakAnimation()
public NPacketPlayOutBlockBreakAnimation(BlockPosition pos, int entityId, int destroyStage)
public NPacketPlayOutBlockBreakAnimation(int x, int y, int z, int entityId, int destroyStage)
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