Uses of Record Class
net.minecraft.network.protocol.common.ServerboundClientInformationPacket
Package
Description
-
Uses of ServerboundClientInformationPacket in net.minecraft.network.protocol.common
Modifier and TypeFieldDescriptionstatic final PacketType
<ServerboundClientInformationPacket> CommonPacketTypes.SERVERBOUND_CLIENT_INFORMATION
static final StreamCodec
<FriendlyByteBuf, ServerboundClientInformationPacket> ServerboundClientInformationPacket.STREAM_CODEC
Modifier and TypeMethodDescriptionvoid
ServerCommonPacketListener.handleClientInformation
(ServerboundClientInformationPacket p_301982_) -
Uses of ServerboundClientInformationPacket in net.minecraft.server.network
Modifier and TypeMethodDescriptionvoid
ServerConfigurationPacketListenerImpl.handleClientInformation
(ServerboundClientInformationPacket p_302032_) void
ServerGamePacketListenerImpl.handleClientInformation
(ServerboundClientInformationPacket p_301979_) -
Uses of ServerboundClientInformationPacket in net.neoforged.neoforge.common.util
Modifier and TypeMethodDescriptionvoid
FakePlayer.FakePlayerNetHandler.handleClientInformation
(ServerboundClientInformationPacket p_301979_)