Uses of Record Class
net.minecraft.world.entity.player.ProfilePublicKey
Packages that use ProfilePublicKey
-
Uses of ProfilePublicKey in net.minecraft.network.chat
Fields in net.minecraft.network.chat declared as ProfilePublicKeyModifier and TypeFieldDescriptionprivate final ProfilePublicKey
RemoteChatSession.profilePublicKey
The field for theprofilePublicKey
record component.Methods in net.minecraft.network.chat that return ProfilePublicKeyModifier and TypeMethodDescriptionRemoteChatSession.profilePublicKey()
Returns the value of theprofilePublicKey
record component.Methods in net.minecraft.network.chat with parameters of type ProfilePublicKeyConstructors in net.minecraft.network.chat with parameters of type ProfilePublicKeyModifierConstructorDescriptionRemoteChatSession
(UUID sessionId, ProfilePublicKey profilePublicKey) Creates an instance of aRemoteChatSession
record class. -
Uses of ProfilePublicKey in net.minecraft.world.entity.player
Fields in net.minecraft.world.entity.player declared as ProfilePublicKeyModifier and TypeFieldDescriptionprivate final ProfilePublicKey
ProfileKeyPair.publicKey
The field for thepublicKey
record component.Fields in net.minecraft.world.entity.player with type parameters of type ProfilePublicKeyModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ProfilePublicKey>
ProfilePublicKey.TRUSTED_CODEC
Methods in net.minecraft.world.entity.player that return ProfilePublicKeyModifier and TypeMethodDescriptionstatic ProfilePublicKey
ProfilePublicKey.createValidated
(SignatureValidator p_243373_, UUID p_243390_, ProfilePublicKey.Data p_243374_) ProfileKeyPair.publicKey()
Returns the value of thepublicKey
record component.Constructors in net.minecraft.world.entity.player with parameters of type ProfilePublicKeyModifierConstructorDescriptionProfileKeyPair
(PrivateKey privateKey, ProfilePublicKey publicKey, Instant refreshedAfter) Creates an instance of aProfileKeyPair
record class.