Uses of Record Class
net.minecraft.network.protocol.common.ServerboundClientInformationPacket
Packages that use ServerboundClientInformationPacket
Package
Description
- 
Uses of ServerboundClientInformationPacket in net.minecraft.network.protocol.commonFields in net.minecraft.network.protocol.common with type parameters of type ServerboundClientInformationPacketModifier and TypeFieldDescriptionstatic final PacketType<ServerboundClientInformationPacket> CommonPacketTypes.SERVERBOUND_CLIENT_INFORMATIONstatic final StreamCodec<FriendlyByteBuf, ServerboundClientInformationPacket> ServerboundClientInformationPacket.STREAM_CODECMethods 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 TypeMethodDescriptionvoidServerCommonPacketListener.handleClientInformation(ServerboundClientInformationPacket p_301982_) 
- 
Uses of ServerboundClientInformationPacket in net.minecraft.server.networkMethods in net.minecraft.server.network with parameters of type ServerboundClientInformationPacketModifier and TypeMethodDescriptionvoidServerConfigurationPacketListenerImpl.handleClientInformation(ServerboundClientInformationPacket p_302032_) voidServerGamePacketListenerImpl.handleClientInformation(ServerboundClientInformationPacket p_301979_) 
- 
Uses of ServerboundClientInformationPacket in net.neoforged.neoforge.common.utilMethods in net.neoforged.neoforge.common.util with parameters of type ServerboundClientInformationPacketModifier and TypeMethodDescriptionvoidFakePlayer.FakePlayerNetHandler.handleClientInformation(ServerboundClientInformationPacket p_301979_)