Uses of Class
net.minecraft.network.protocol.game.ClientboundLightUpdatePacket
Packages that use ClientboundLightUpdatePacket
-
Uses of ClientboundLightUpdatePacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundLightUpdatePacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleLightUpdatePacket
(ClientboundLightUpdatePacket p_194243_) -
Uses of ClientboundLightUpdatePacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundLightUpdatePacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundLightUpdatePacket> GamePacketTypes.CLIENTBOUND_LIGHT_UPDATE
static final StreamCodec
<FriendlyByteBuf, ClientboundLightUpdatePacket> ClientboundLightUpdatePacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundLightUpdatePacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundLightUpdatePacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleLightUpdatePacket
(ClientboundLightUpdatePacket p_195623_)