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 TypeMethodDescriptionvoidClientPacketListener.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_UPDATEstatic final StreamCodec<FriendlyByteBuf, ClientboundLightUpdatePacket> ClientboundLightUpdatePacket.STREAM_CODECMethods 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 TypeMethodDescriptionvoidClientGamePacketListener.handleLightUpdatePacket(ClientboundLightUpdatePacket p_195623_)