Uses of Record Class
net.minecraft.world.entity.player.ProfileKeyPair
-
Uses of ProfileKeyPair in net.minecraft.client.multiplayer
Modifier and TypeFieldDescriptionprivate final ProfileKeyPair
ProfileKeyPairManager.Result.keyPair
The field for thekeyPair
record component.Modifier and TypeMethodDescriptionprivate ProfileKeyPair
ProfileKeyPairManager.fetchProfileKeyPair
(com.mojang.authlib.minecraft.UserApiService p_233790_) ProfileKeyPairManager.Result.keyPair()
Returns the value of thekeyPair
record component.Modifier and TypeMethodDescriptionprivate Optional<ProfileKeyPair>
ProfileKeyPairManager.readProfileKeyPair()
Modifier and TypeMethodDescriptionprivate void
ProfileKeyPairManager.writeProfileKeyPair
(ProfileKeyPair p_233777_) Modifier and TypeMethodDescriptionProfileKeyPairManager.readOrFetchProfileKeyPair
(Optional<ProfileKeyPair> p_243401_) ModifierConstructorDescriptionResult
(ProfileKeyPair p_243382_) (package private)
Result
(ProfileKeyPair keyPair, Signer signer) Creates an instance of aResult
record class. -
Uses of ProfileKeyPair in net.minecraft.world.entity.player
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ProfileKeyPair>
ProfileKeyPair.CODEC