public class BlockBreakingProgressS2CPacket extends Object implements Packet<ClientPlayPacketListener>
Modifier and Type | Field and Description |
---|---|
private int |
entityId |
private BlockPos |
pos |
private int |
progress |
Constructor and Description |
---|
BlockBreakingProgressS2CPacket() |
BlockBreakingProgressS2CPacket(int entityId,
BlockPos pos,
int progress) |
Modifier and Type | Method and Description |
---|---|
void |
apply(ClientPlayPacketListener clientPlayPacketListener) |
int |
getEntityId() |
BlockPos |
getPos() |
int |
getProgress() |
void |
read(PacketByteBuf buf) |
void |
write(PacketByteBuf buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isWritingErrorSkippable
private int entityId
private BlockPos pos
private int progress
public BlockBreakingProgressS2CPacket()
public BlockBreakingProgressS2CPacket(int entityId, BlockPos pos, int progress)
public void read(PacketByteBuf buf) throws IOException
read
in interface Packet<ClientPlayPacketListener>
IOException
public void write(PacketByteBuf buf) throws IOException
write
in interface Packet<ClientPlayPacketListener>
IOException
public void apply(ClientPlayPacketListener clientPlayPacketListener)
apply
in interface Packet<ClientPlayPacketListener>
@Environment(value=CLIENT) public int getEntityId()
@Environment(value=CLIENT) public BlockPos getPos()
@Environment(value=CLIENT) public int getProgress()