Uses of Record Class
net.minecraft.network.protocol.common.ServerboundClientInformationPacket
Packages that use ServerboundClientInformationPacket
Package
Description
-
Uses of ServerboundClientInformationPacket in net.minecraft.network.protocol.common
Fields in net.minecraft.network.protocol.common with type parameters of type ServerboundClientInformationPacketModifier and TypeFieldDescriptionstatic final PacketType
<ServerboundClientInformationPacket> CommonPacketTypes.SERVERBOUND_CLIENT_INFORMATION
static final StreamCodec
<FriendlyByteBuf, ServerboundClientInformationPacket> ServerboundClientInformationPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.common that return types with arguments of type ServerboundClientInformationPacketMethods in net.minecraft.network.protocol.common with parameters of type ServerboundClientInformationPacketModifier and TypeMethodDescriptionvoid
ServerCommonPacketListener.handleClientInformation
(ServerboundClientInformationPacket p_301982_) -
Uses of ServerboundClientInformationPacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type ServerboundClientInformationPacketModifier and TypeMethodDescriptionvoid
ServerConfigurationPacketListenerImpl.handleClientInformation
(ServerboundClientInformationPacket p_302032_) void
ServerGamePacketListenerImpl.handleClientInformation
(ServerboundClientInformationPacket p_301979_) -
Uses of ServerboundClientInformationPacket in net.neoforged.neoforge.common.util
Methods in net.neoforged.neoforge.common.util with parameters of type ServerboundClientInformationPacketModifier and TypeMethodDescriptionvoid
FakePlayer.FakePlayerNetHandler.handleClientInformation
(ServerboundClientInformationPacket p_301979_)