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 ProfilePublicKeyRemoteChatSession.profilePublicKeyThe field for theprofilePublicKeyrecord component.Methods in net.minecraft.network.chat that return ProfilePublicKeyModifier and TypeMethodDescriptionRemoteChatSession.profilePublicKey()Returns the value of theprofilePublicKeyrecord 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 aRemoteChatSessionrecord class. -
Uses of ProfilePublicKey in net.minecraft.world.entity.player
Fields in net.minecraft.world.entity.player declared as ProfilePublicKeyModifier and TypeFieldDescriptionprivate final ProfilePublicKeyProfileKeyPair.publicKeyThe field for thepublicKeyrecord component.Fields in net.minecraft.world.entity.player with type parameters of type ProfilePublicKeyModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ProfilePublicKey> ProfilePublicKey.TRUSTED_CODECMethods in net.minecraft.world.entity.player that return ProfilePublicKeyModifier and TypeMethodDescriptionstatic ProfilePublicKeyProfilePublicKey.createValidated(SignatureValidator p_243373_, UUID p_243390_, ProfilePublicKey.Data p_243374_) ProfileKeyPair.publicKey()Returns the value of thepublicKeyrecord component.Constructors in net.minecraft.world.entity.player with parameters of type ProfilePublicKeyModifierConstructorDescriptionProfileKeyPair(PrivateKey privateKey, ProfilePublicKey publicKey, Instant refreshedAfter) Creates an instance of aProfileKeyPairrecord class.