Uses of Record Class
net.minecraft.world.entity.player.ProfilePublicKey.Data
Packages that use ProfilePublicKey.Data
Package
Description
-
Uses of ProfilePublicKey.Data in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer that return ProfilePublicKey.DataModifier and TypeMethodDescriptionprivate static ProfilePublicKey.Data
ProfileKeyPairManager.parsePublicKey
(com.mojang.authlib.yggdrasil.response.KeyPairResponse p_233783_) Methods in net.minecraft.client.multiplayer that return types with arguments of type ProfilePublicKey.Data -
Uses of ProfilePublicKey.Data in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as ProfilePublicKey.DataModifier and TypeFieldDescriptionprivate final ProfilePublicKey.Data
ClientboundPlayerInfoPacket.PlayerUpdate.profilePublicKey
Methods in net.minecraft.network.protocol.game that return ProfilePublicKey.DataConstructors in net.minecraft.network.protocol.game with parameters of type ProfilePublicKey.DataModifierConstructorDescriptionPlayerUpdate
(com.mojang.authlib.GameProfile p_237779_, int p_237780_, GameType p_237781_, Component p_237782_, ProfilePublicKey.Data p_237783_) -
Uses of ProfilePublicKey.Data in net.minecraft.network.protocol.login
Fields in net.minecraft.network.protocol.login with type parameters of type ProfilePublicKey.DataModifier and TypeFieldDescriptionprivate final Optional<ProfilePublicKey.Data>
ServerboundHelloPacket.publicKey
The field for thepublicKey
record component.Methods in net.minecraft.network.protocol.login that return types with arguments of type ProfilePublicKey.DataModifier and TypeMethodDescriptionServerboundHelloPacket.publicKey()
Returns the value of thepublicKey
record component.Constructor parameters in net.minecraft.network.protocol.login with type arguments of type ProfilePublicKey.DataModifierConstructorDescriptionServerboundHelloPacket
(String name, Optional<ProfilePublicKey.Data> publicKey, Optional<UUID> profileId) Creates an instance of aServerboundHelloPacket
record class. -
Uses of ProfilePublicKey.Data in net.minecraft.server.network
Fields in net.minecraft.server.network declared as ProfilePublicKey.DataModifier and TypeFieldDescriptionprivate ProfilePublicKey.Data
ServerLoginPacketListenerImpl.profilePublicKeyData
Methods in net.minecraft.server.network with parameters of type ProfilePublicKey.DataModifier and TypeMethodDescriptionprivate static ProfilePublicKey
ServerLoginPacketListenerImpl.validatePublicKey
(ProfilePublicKey.Data p_240244_, UUID p_240245_, SignatureValidator p_240246_, boolean p_240247_) -
Uses of ProfilePublicKey.Data in net.minecraft.world.entity.player
Fields in net.minecraft.world.entity.player declared as ProfilePublicKey.DataModifier and TypeFieldDescriptionprivate final ProfilePublicKey.Data
ProfilePublicKey.data
The field for thedata
record component.Fields in net.minecraft.world.entity.player with type parameters of type ProfilePublicKey.DataModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ProfilePublicKey.Data>
ProfilePublicKey.Data.CODEC
Methods in net.minecraft.world.entity.player that return ProfilePublicKey.DataModifier and TypeMethodDescriptionProfilePublicKey.data()
Returns the value of thedata
record component.Methods in net.minecraft.world.entity.player with parameters of type ProfilePublicKey.DataModifier and TypeMethodDescriptionstatic ProfilePublicKey
ProfilePublicKey.createValidated
(SignatureValidator p_243373_, UUID p_243390_, ProfilePublicKey.Data p_243374_, Duration p_243387_) Constructors in net.minecraft.world.entity.player with parameters of type ProfilePublicKey.DataModifierConstructorDescriptionCreates an instance of aProfilePublicKey
record class.