Uses of Record Class
net.minecraft.network.protocol.game.ServerboundChatSessionUpdatePacket
Packages that use ServerboundChatSessionUpdatePacket
Package
Description
-
Uses of ServerboundChatSessionUpdatePacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ServerboundChatSessionUpdatePacketModifier and TypeFieldDescriptionstatic final PacketType<ServerboundChatSessionUpdatePacket> GamePacketTypes.SERVERBOUND_CHAT_SESSION_UPDATEstatic final StreamCodec<FriendlyByteBuf, ServerboundChatSessionUpdatePacket> ServerboundChatSessionUpdatePacket.STREAM_CODECMethods in net.minecraft.network.protocol.game that return types with arguments of type ServerboundChatSessionUpdatePacketMethods in net.minecraft.network.protocol.game with parameters of type ServerboundChatSessionUpdatePacketModifier and TypeMethodDescriptionvoidServerGamePacketListener.handleChatSessionUpdate(ServerboundChatSessionUpdatePacket p_254226_) -
Uses of ServerboundChatSessionUpdatePacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type ServerboundChatSessionUpdatePacketModifier and TypeMethodDescriptionvoidServerGamePacketListenerImpl.handleChatSessionUpdate(ServerboundChatSessionUpdatePacket p_253950_) -
Uses of ServerboundChatSessionUpdatePacket in net.neoforged.neoforge.common.util
Methods in net.neoforged.neoforge.common.util with parameters of type ServerboundChatSessionUpdatePacketModifier and TypeMethodDescriptionvoidFakePlayer.FakePlayerNetHandler.handleChatSessionUpdate(ServerboundChatSessionUpdatePacket packet)