Uses of Record Class
net.minecraft.network.encryption.PlayerKeyPair
Packages that use PlayerKeyPair
Package
Description
-
Uses of PlayerKeyPair in net.minecraft.client.network
Fields in net.minecraft.client.network with type parameters of type PlayerKeyPairModifier and TypeFieldDescriptionprivate @Nullable CompletableFuture
<Optional<PlayerKeyPair>> ClientPlayNetworkHandler.profileKeyPairFuture
Methods in net.minecraft.client.network with parameters of type PlayerKeyPairModifier and TypeMethodDescriptionprivate void
ClientPlayNetworkHandler.updateKeyPair
(PlayerKeyPair keyPair) -
Uses of PlayerKeyPair in net.minecraft.client.session
Fields in net.minecraft.client.session with type parameters of type PlayerKeyPairModifier and TypeFieldDescriptionprivate CompletableFuture
<Optional<PlayerKeyPair>> ProfileKeysImpl.keyFuture
Methods in net.minecraft.client.session that return PlayerKeyPairModifier and TypeMethodDescriptionprivate @Nullable PlayerKeyPair
ProfileKeysImpl.fetchKeyPair
(com.mojang.authlib.minecraft.UserApiService userApiService) Returns the key pair fetched from Mojang's server.Methods in net.minecraft.client.session that return types with arguments of type PlayerKeyPairModifier and TypeMethodDescriptionProfileKeys.fetchKeyPair()
ProfileKeysImpl.fetchKeyPair()
private CompletableFuture
<Optional<PlayerKeyPair>> ProfileKeysImpl.getKeyPair
(Optional<PlayerKeyPair> currentKey) Gets the key pair from the file cache, or if it is unavailable or expired, the Mojang server.private Optional
<PlayerKeyPair> ProfileKeysImpl.loadKeyPairFromFile()
Returns the profile keys from the local cache.Methods in net.minecraft.client.session with parameters of type PlayerKeyPairModifier and TypeMethodDescriptionprivate void
ProfileKeysImpl.saveKeyPairToFile
(@Nullable PlayerKeyPair keyPair) Saves thekeyPair
to the cache file ifSharedConstants.isDevelopment
istrue
; otherwise, just deletes the cache file.Method parameters in net.minecraft.client.session with type arguments of type PlayerKeyPairModifier and TypeMethodDescriptionprivate CompletableFuture
<Optional<PlayerKeyPair>> ProfileKeysImpl.getKeyPair
(Optional<PlayerKeyPair> currentKey) Gets the key pair from the file cache, or if it is unavailable or expired, the Mojang server. -
Uses of PlayerKeyPair in net.minecraft.network.encryption
Fields in net.minecraft.network.encryption declared as PlayerKeyPairModifier and TypeFieldDescriptionprivate final PlayerKeyPair
ClientPlayerSession.keyPair
The field for thekeyPair
record component.Fields in net.minecraft.network.encryption with type parameters of type PlayerKeyPairModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<PlayerKeyPair> PlayerKeyPair.CODEC
Methods in net.minecraft.network.encryption that return PlayerKeyPairModifier and TypeMethodDescriptionClientPlayerSession.keyPair()
Returns the value of thekeyPair
record component.Methods in net.minecraft.network.encryption with parameters of type PlayerKeyPairModifier and TypeMethodDescriptionstatic ClientPlayerSession
ClientPlayerSession.create
(PlayerKeyPair keyPair) Constructors in net.minecraft.network.encryption with parameters of type PlayerKeyPair