Uses of Record Class
net.minecraft.world.entity.player.ProfilePublicKey.Data
Package
Description
-
Uses of ProfilePublicKey.Data in net.minecraft.client.multiplayer
Modifier and TypeMethodDescriptionprivate static ProfilePublicKey.Data
ProfileKeyPairManager.parsePublicKey
(com.mojang.authlib.yggdrasil.response.KeyPairResponse p_233783_) -
Uses of ProfilePublicKey.Data in net.minecraft.network.protocol.game
Modifier and TypeFieldDescriptionprivate final ProfilePublicKey.Data
ClientboundPlayerInfoPacket.PlayerUpdate.profilePublicKey
ModifierConstructorDescriptionPlayerUpdate
(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
Modifier and TypeFieldDescriptionprivate final Optional<ProfilePublicKey.Data>
ServerboundHelloPacket.publicKey
The field for thepublicKey
record component.Modifier and TypeMethodDescriptionServerboundHelloPacket.publicKey()
Returns the value of thepublicKey
record component.ModifierConstructorDescriptionServerboundHelloPacket
(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
Modifier and TypeFieldDescriptionprivate ProfilePublicKey.Data
ServerLoginPacketListenerImpl.profilePublicKeyData
Modifier 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
Modifier and TypeFieldDescriptionprivate final ProfilePublicKey.Data
ProfilePublicKey.data
The field for thedata
record component.Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ProfilePublicKey.Data>
ProfilePublicKey.Data.CODEC
Modifier and TypeMethodDescriptionProfilePublicKey.data()
Returns the value of thedata
record component.Modifier and TypeMethodDescriptionstatic ProfilePublicKey
ProfilePublicKey.createValidated
(SignatureValidator p_243373_, UUID p_243390_, ProfilePublicKey.Data p_243374_, Duration p_243387_) ModifierConstructorDescriptionCreates an instance of aProfilePublicKey
record class.