Class ClientboundSectionBlocksUpdatePacket
java.lang.Object
net.minecraft.network.protocol.game.ClientboundSectionBlocksUpdatePacket
- All Implemented Interfaces:
- Packet<ClientGamePacketListener>
public class ClientboundSectionBlocksUpdatePacket
extends Object
implements Packet<ClientGamePacketListener>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final intprivate final short[]private final SectionPosprivate final BlockState[]
- 
Constructor SummaryConstructorsConstructorDescriptionClientboundSectionBlocksUpdatePacket(SectionPos p_284963_, it.unimi.dsi.fastutil.shorts.ShortSet p_285027_, LevelChunkSection p_285414_) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidhandle(ClientGamePacketListener p_132999_) voidrunUpdates(BiConsumer<BlockPos, BlockState> p_132993_) voidwrite(FriendlyByteBuf p_133002_) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.protocol.PacketisSkippable, nextProtocol
- 
Field Details- 
POS_IN_SECTION_BITSprivate static final int POS_IN_SECTION_BITS- See Also:
 
- 
sectionPos
- 
positionsprivate final short[] positions
- 
states
 
- 
- 
Constructor Details- 
ClientboundSectionBlocksUpdatePacketpublic ClientboundSectionBlocksUpdatePacket(SectionPos p_284963_, it.unimi.dsi.fastutil.shorts.ShortSet p_285027_, LevelChunkSection p_285414_) 
- 
ClientboundSectionBlocksUpdatePacket
 
- 
- 
Method Details- 
write- Specified by:
- writein interface- Packet<ClientGamePacketListener>
 
- 
handle- Specified by:
- handlein interface- Packet<ClientGamePacketListener>
 
- 
runUpdates
 
-