Uses of Record Class
net.minecraft.world.entity.player.ProfilePublicKey
-
Uses of ProfilePublicKey in net.minecraft.network.chat
Modifier and TypeFieldDescriptionprivate final ProfilePublicKey
RemoteChatSession.profilePublicKey
The field for theprofilePublicKey
record component.Modifier and TypeMethodDescriptionRemoteChatSession.profilePublicKey()
Returns the value of theprofilePublicKey
record component.ModifierConstructorDescriptionRemoteChatSession
(UUID sessionId, ProfilePublicKey profilePublicKey) Creates an instance of aRemoteChatSession
record class. -
Uses of ProfilePublicKey in net.minecraft.world.entity.player
Modifier and TypeFieldDescriptionprivate final ProfilePublicKey
ProfileKeyPair.publicKey
The field for thepublicKey
record component.Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ProfilePublicKey>
ProfilePublicKey.TRUSTED_CODEC
Modifier and TypeMethodDescriptionstatic ProfilePublicKey
ProfilePublicKey.createValidated
(SignatureValidator p_243373_, UUID p_243390_, ProfilePublicKey.Data p_243374_) ProfileKeyPair.publicKey()
Returns the value of thepublicKey
record component.ModifierConstructorDescriptionProfileKeyPair
(PrivateKey privateKey, ProfilePublicKey publicKey, Instant refreshedAfter) Creates an instance of aProfileKeyPair
record class.