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