Class ClientboundLightUpdatePacket
java.lang.Object
net.minecraft.network.protocol.game.ClientboundLightUpdatePacket
- All Implemented Interfaces:
 Packet<ClientGamePacketListener>
public class ClientboundLightUpdatePacket
extends Object
implements Packet<ClientGamePacketListener>
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ClientboundLightUpdatePacketDataprivate final intprivate final int - 
Constructor Summary
ConstructorsConstructorDescriptionClientboundLightUpdatePacket(FriendlyByteBuf p_178918_) ClientboundLightUpdatePacket(ChunkPos p_285255_, LevelLightEngine p_285409_, BitSet p_285387_, BitSet p_285074_)  - 
Method Summary
Modifier and TypeMethodDescriptionintgetX()intgetZ()voidhandle(ClientGamePacketListener p_132348_) voidwrite(FriendlyByteBuf p_132351_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.protocol.Packet
isSkippable, nextProtocol 
- 
Field Details
- 
x
private final int x - 
z
private final int z - 
lightData
 
 - 
 - 
Constructor Details
- 
ClientboundLightUpdatePacket
public ClientboundLightUpdatePacket(ChunkPos p_285255_, LevelLightEngine p_285409_, @Nullable BitSet p_285387_, @Nullable BitSet p_285074_)  - 
ClientboundLightUpdatePacket
 
 - 
 - 
Method Details
- 
write
- Specified by:
 writein interfacePacket<ClientGamePacketListener>
 - 
handle
- Specified by:
 handlein interfacePacket<ClientGamePacketListener>
 - 
getX
public int getX() - 
getZ
public int getZ() - 
getLightData
 
 -