Class ClientboundLevelChunkWithLightPacket
java.lang.Object
net.minecraft.network.protocol.game.ClientboundLevelChunkWithLightPacket
- All Implemented Interfaces:
Packet<ClientGamePacketListener>
public class ClientboundLevelChunkWithLightPacket
extends Object
implements Packet<ClientGamePacketListener>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ClientboundLevelChunkPacketData
private final ClientboundLightUpdatePacketData
private final int
private final int
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
ClientboundLevelChunkWithLightPacket
(LevelChunk pChunk, LevelLightEngine pLightEngine, BitSet pSkyLight, BitSet pBlockLight) -
Method Summary
Modifier and TypeMethodDescriptionint
getX()
int
getZ()
void
handle
(ClientGamePacketListener p_195716_) Passes this Packet on to the PacketListener for processing.type()
private void
write
(RegistryFriendlyByteBuf pBuffer) 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, isTerminal
-
Field Details
-
STREAM_CODEC
public static final StreamCodec<RegistryFriendlyByteBuf,ClientboundLevelChunkWithLightPacket> STREAM_CODEC -
x
private final int x -
z
private final int z -
chunkData
-
lightData
-
-
Constructor Details
-
ClientboundLevelChunkWithLightPacket
public ClientboundLevelChunkWithLightPacket(LevelChunk pChunk, LevelLightEngine pLightEngine, @Nullable BitSet pSkyLight, @Nullable BitSet pBlockLight) -
ClientboundLevelChunkWithLightPacket
-
-
Method Details
-
write
-
type
- Specified by:
type
in interfacePacket<ClientGamePacketListener>
-
handle
Description copied from interface:Packet
Passes this Packet on to the PacketListener for processing.- Specified by:
handle
in interfacePacket<ClientGamePacketListener>
-
getX
public int getX() -
getZ
public int getZ() -
getChunkData
-
getLightData
-