public class ServerBlockBreakAnimPacket extends MinecraftPacket
| Constructor and Description |
|---|
ServerBlockBreakAnimPacket(int breakerEntityId,
Position position,
BlockBreakStage stage) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBreakerEntityId() |
Position |
getPosition() |
BlockBreakStage |
getStage() |
void |
read(com.github.steveice10.packetlib.io.NetInput in) |
void |
write(com.github.steveice10.packetlib.io.NetOutput out) |
isPriority, toStringpublic ServerBlockBreakAnimPacket(int breakerEntityId,
Position position,
BlockBreakStage stage)
public int getBreakerEntityId()
public Position getPosition()
public BlockBreakStage getStage()
public void read(com.github.steveice10.packetlib.io.NetInput in)
throws IOException
IOExceptionpublic void write(com.github.steveice10.packetlib.io.NetOutput out)
throws IOException
IOExceptionCopyright © 2020. All rights reserved.