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 Summary
Modifier and TypeFieldDescriptionprivate static int
private short[]
private SectionPos
private BlockState[]
private boolean
-
Constructor Summary
ConstructorDescriptionClientboundSectionBlocksUpdatePacket(SectionPos p_132986_, it.unimi.dsi.fastutil.shorts.ShortSet p_132987_, LevelChunkSection p_132988_, boolean p_132989_)
ClientboundSectionBlocksUpdatePacket(FriendlyByteBuf p_179196_)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handle(ClientGamePacketListener p_132999_)
void
runUpdates(BiConsumer<BlockPos,BlockState> p_132993_)
boolean
void
write(FriendlyByteBuf p_133002_)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.network.protocol.Packet
isSkippable
-
Field Details
-
POS_IN_SECTION_BITS
private static final int POS_IN_SECTION_BITS- See Also:
- Constant Field Values
-
sectionPos
-
positions
private final short[] positions -
states
-
suppressLightUpdates
private final boolean suppressLightUpdates
-
-
Constructor Details
-
ClientboundSectionBlocksUpdatePacket
public ClientboundSectionBlocksUpdatePacket(SectionPos p_132986_, it.unimi.dsi.fastutil.shorts.ShortSet p_132987_, LevelChunkSection p_132988_, boolean p_132989_) -
ClientboundSectionBlocksUpdatePacket
-
-
Method Details
-
write
- Specified by:
write
in interfacePacket<ClientGamePacketListener>
-
handle
- Specified by:
handle
in interfacePacket<ClientGamePacketListener>
-
runUpdates
-
shouldSuppressLightUpdates
public boolean shouldSuppressLightUpdates()
-