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.DataAccountProfileKeyPairManager.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.DataRemoteChatSession.Data.profilePublicKeyThe field for theprofilePublicKeyrecord component.Methods in net.minecraft.network.chat that return ProfilePublicKey.DataModifier and TypeMethodDescriptionRemoteChatSession.Data.profilePublicKey()Returns the value of theprofilePublicKeyrecord component.Constructors in net.minecraft.network.chat with parameters of type ProfilePublicKey.DataModifierConstructorDescriptionData(UUID sessionId, ProfilePublicKey.Data profilePublicKey) Creates an instance of aDatarecord 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.DataProfilePublicKey.dataThe field for thedatarecord 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.CODECMethods in net.minecraft.world.entity.player that return ProfilePublicKey.DataModifier and TypeMethodDescriptionProfilePublicKey.data()Returns the value of thedatarecord component.Methods in net.minecraft.world.entity.player with parameters of type ProfilePublicKey.DataModifier and TypeMethodDescriptionstatic ProfilePublicKeyProfilePublicKey.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 aProfilePublicKeyrecord class.