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_UPDATE
static final StreamCodec
<FriendlyByteBuf, ServerboundChatSessionUpdatePacket> ServerboundChatSessionUpdatePacket.STREAM_CODEC
Methods 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 TypeMethodDescriptionvoid
ServerGamePacketListener.handleChatSessionUpdate
(ServerboundChatSessionUpdatePacket p_254226_) -
Uses of ServerboundChatSessionUpdatePacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type ServerboundChatSessionUpdatePacketModifier and TypeMethodDescriptionvoid
ServerGamePacketListenerImpl.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 TypeMethodDescriptionvoid
FakePlayer.FakePlayerNetHandler.handleChatSessionUpdate
(ServerboundChatSessionUpdatePacket packet)