public class ChunkDeltaUpdateS2CPacket extends Object implements Packet<ClientPlayPacketListener>
| Modifier and Type | Field and Description |
|---|---|
private ChunkSectionPos |
field_26345 |
private short[] |
field_26346 |
private BlockState[] |
field_26347 |
| Constructor and Description |
|---|
ChunkDeltaUpdateS2CPacket() |
ChunkDeltaUpdateS2CPacket(ChunkSectionPos chunkSectionPos,
it.unimi.dsi.fastutil.shorts.ShortSet shortSet,
ChunkSection chunkSection) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(ClientPlayPacketListener clientPlayPacketListener) |
private void |
method_30620(int int2) |
void |
method_30621(BiConsumer<BlockPos,BlockState> biConsumer) |
void |
read(PacketByteBuf buf) |
void |
write(PacketByteBuf buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisWritingErrorSkippableprivate ChunkSectionPos field_26345
private short[] field_26346
private BlockState[] field_26347
public ChunkDeltaUpdateS2CPacket()
public ChunkDeltaUpdateS2CPacket(ChunkSectionPos chunkSectionPos, it.unimi.dsi.fastutil.shorts.ShortSet shortSet, ChunkSection chunkSection)
private void method_30620(int int2)
public void read(PacketByteBuf buf) throws IOException
read in interface Packet<ClientPlayPacketListener>IOExceptionpublic void write(PacketByteBuf buf) throws IOException
write in interface Packet<ClientPlayPacketListener>IOExceptionpublic void apply(ClientPlayPacketListener clientPlayPacketListener)
apply in interface Packet<ClientPlayPacketListener>public void method_30621(BiConsumer<BlockPos,BlockState> biConsumer)