Uses of Record Class
net.minecraft.world.entity.player.ProfileKeyPair
Package
Description
-
Uses of ProfileKeyPair in net.minecraft.client.multiplayer
Modifier and TypeFieldDescriptionprivate CompletableFuture<Optional<ProfileKeyPair>>
AccountProfileKeyPairManager.keyPair
Modifier and TypeMethodDescriptionprivate ProfileKeyPair
AccountProfileKeyPairManager.fetchProfileKeyPair
(com.mojang.authlib.minecraft.UserApiService p_253844_) Modifier and TypeMethodDescriptionAccountProfileKeyPairManager.prepareKeyPair()
ProfileKeyPairManager.prepareKeyPair()
private CompletableFuture<Optional<ProfileKeyPair>>
AccountProfileKeyPairManager.readOrFetchProfileKeyPair
(Optional<ProfileKeyPair> p_254074_) private Optional<ProfileKeyPair>
AccountProfileKeyPairManager.readProfileKeyPair()
Modifier and TypeMethodDescriptionvoid
ClientPacketListener.setKeyPair
(ProfileKeyPair p_261475_) private void
AccountProfileKeyPairManager.writeProfileKeyPair
(ProfileKeyPair p_254227_) Modifier and TypeMethodDescriptionprivate CompletableFuture<Optional<ProfileKeyPair>>
AccountProfileKeyPairManager.readOrFetchProfileKeyPair
(Optional<ProfileKeyPair> p_254074_) -
Uses of ProfileKeyPair in net.minecraft.network.chat
Modifier and TypeFieldDescriptionprivate final ProfileKeyPair
LocalChatSession.keyPair
The field for thekeyPair
record component.Modifier and TypeMethodDescriptionLocalChatSession.keyPair()
Returns the value of thekeyPair
record component.Modifier and TypeMethodDescriptionstatic LocalChatSession
LocalChatSession.create
(ProfileKeyPair p_250798_) ModifierConstructorDescriptionLocalChatSession
(UUID sessionId, ProfileKeyPair keyPair) Creates an instance of aLocalChatSession
record class. -
Uses of ProfileKeyPair in net.minecraft.world.entity.player
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ProfileKeyPair>
ProfileKeyPair.CODEC