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.keyPairMethods in net.minecraft.client.multiplayer that return ProfileKeyPairModifier and TypeMethodDescriptionprivate ProfileKeyPairAccountProfileKeyPairManager.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 TypeMethodDescriptionvoidClientPacketListener.setKeyPair(ProfileKeyPair p_261475_) private voidAccountProfileKeyPairManager.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 ProfileKeyPairLocalChatSession.keyPairThe field for thekeyPairrecord component.Methods in net.minecraft.network.chat that return ProfileKeyPairModifier and TypeMethodDescriptionLocalChatSession.keyPair()Returns the value of thekeyPairrecord component.Methods in net.minecraft.network.chat with parameters of type ProfileKeyPairModifier and TypeMethodDescriptionstatic LocalChatSessionLocalChatSession.create(ProfileKeyPair p_250798_) Constructors in net.minecraft.network.chat with parameters of type ProfileKeyPairModifierConstructorDescriptionLocalChatSession(UUID sessionId, ProfileKeyPair keyPair) Creates an instance of aLocalChatSessionrecord 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