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
AccountProfileKeyPairManager.parsePublicKey
(com.mojang.authlib.yggdrasil.response.KeyPairResponse p_253834_) -
Uses of ProfilePublicKey.Data in net.minecraft.network.chat
Fields in net.minecraft.network.chat declared as ProfilePublicKey.DataModifier and TypeFieldDescriptionprivate final ProfilePublicKey.Data
RemoteChatSession.Data.profilePublicKey
The field for theprofilePublicKey
record component.Methods in net.minecraft.network.chat that return ProfilePublicKey.DataModifier and TypeMethodDescriptionRemoteChatSession.Data.profilePublicKey()
Returns the value of theprofilePublicKey
record component.Constructors in net.minecraft.network.chat with parameters of type ProfilePublicKey.DataModifierConstructorDescriptionData
(UUID sessionId, ProfilePublicKey.Data profilePublicKey) Creates an instance of aData
record class. -
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_) Constructors in net.minecraft.world.entity.player with parameters of type ProfilePublicKey.DataModifierConstructorDescriptionCreates an instance of aProfilePublicKey
record class.