Uses of Record Class
net.minecraft.server.level.ClientInformation
Packages that use ClientInformation
Package
Description
-
Uses of ClientInformation in net.minecraft.client
Methods in net.minecraft.client that return ClientInformation -
Uses of ClientInformation in net.minecraft.network.protocol.common
Fields in net.minecraft.network.protocol.common declared as ClientInformationModifier and TypeFieldDescriptionprivate final ClientInformationServerboundClientInformationPacket.informationThe field for theinformationrecord component.Methods in net.minecraft.network.protocol.common that return ClientInformationModifier and TypeMethodDescriptionServerboundClientInformationPacket.information()Returns the value of theinformationrecord component.Constructors in net.minecraft.network.protocol.common with parameters of type ClientInformationModifierConstructorDescriptionServerboundClientInformationPacket(ClientInformation information) Creates an instance of aServerboundClientInformationPacketrecord class. -
Uses of ClientInformation in net.minecraft.server.level
Methods in net.minecraft.server.level that return ClientInformationModifier and TypeMethodDescriptionServerPlayer.clientInformation()static ClientInformationClientInformation.createDefault()Methods in net.minecraft.server.level with parameters of type ClientInformationConstructors in net.minecraft.server.level with parameters of type ClientInformationModifierConstructorDescriptionServerPlayer(MinecraftServer p_254143_, ServerLevel p_254435_, com.mojang.authlib.GameProfile p_253651_, ClientInformation p_299301_) -
Uses of ClientInformation in net.minecraft.server.network
Fields in net.minecraft.server.network declared as ClientInformationModifier and TypeFieldDescriptionprivate final ClientInformationCommonListenerCookie.clientInformationThe field for theclientInformationrecord component.private ClientInformationServerConfigurationPacketListenerImpl.clientInformationMethods in net.minecraft.server.network that return ClientInformationModifier and TypeMethodDescriptionCommonListenerCookie.clientInformation()Returns the value of theclientInformationrecord component.Methods in net.minecraft.server.network with parameters of type ClientInformationModifier and TypeMethodDescriptionprotected CommonListenerCookieServerCommonPacketListenerImpl.createCookie(ClientInformation p_297318_) Constructors in net.minecraft.server.network with parameters of type ClientInformationModifierConstructorDescriptionCommonListenerCookie(com.mojang.authlib.GameProfile gameProfile, int latency, ClientInformation clientInformation) Creates an instance of aCommonListenerCookierecord class. -
Uses of ClientInformation in net.minecraft.server.players
Methods in net.minecraft.server.players with parameters of type ClientInformationModifier and TypeMethodDescriptionPlayerList.getPlayerForLogin(com.mojang.authlib.GameProfile p_215625_, ClientInformation p_300548_)