Uses of Record Class
net.minecraft.network.encryption.PlayerPublicKey.PublicKeyData
Packages that use PlayerPublicKey.PublicKeyData
Package
Description
-
Uses of PlayerPublicKey.PublicKeyData in net.minecraft.client.util
Methods in net.minecraft.client.util that return PlayerPublicKey.PublicKeyDataModifier and TypeMethodDescriptionprivate static PlayerPublicKey.PublicKeyData
ProfileKeys.decodeKeyPairResponse
(com.mojang.authlib.yggdrasil.response.KeyPairResponse keyPairResponse) ReturnskeyPairResponse
decoded toPlayerPublicKey.PublicKeyData
.Methods in net.minecraft.client.util that return types with arguments of type PlayerPublicKey.PublicKeyData -
Uses of PlayerPublicKey.PublicKeyData in net.minecraft.network.encryption
Fields in net.minecraft.network.encryption declared as PlayerPublicKey.PublicKeyDataModifier and TypeFieldDescriptionprivate final PlayerPublicKey.PublicKeyData
PlayerPublicKey.data
The field for thedata
record component.Fields in net.minecraft.network.encryption with type parameters of type PlayerPublicKey.PublicKeyDataModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<PlayerPublicKey.PublicKeyData>
PlayerPublicKey.PublicKeyData.CODEC
Methods in net.minecraft.network.encryption that return PlayerPublicKey.PublicKeyDataModifier and TypeMethodDescriptionPlayerPublicKey.data()
Returns the value of thedata
record component.Methods in net.minecraft.network.encryption with parameters of type PlayerPublicKey.PublicKeyDataModifier and TypeMethodDescriptionstatic PlayerPublicKey
PlayerPublicKey.verifyAndDecode
(SignatureVerifier servicesSignatureVerifier, UUID playerUuid, PlayerPublicKey.PublicKeyData publicKeyData, Duration gracePeriod) Verifies the public key and decodes it.Constructors in net.minecraft.network.encryption with parameters of type PlayerPublicKey.PublicKeyData -
Uses of PlayerPublicKey.PublicKeyData in net.minecraft.network.packet.c2s.login
Fields in net.minecraft.network.packet.c2s.login with type parameters of type PlayerPublicKey.PublicKeyDataModifier and TypeFieldDescriptionprivate final Optional<PlayerPublicKey.PublicKeyData>
LoginHelloC2SPacket.publicKey
The field for thepublicKey
record component.Methods in net.minecraft.network.packet.c2s.login that return types with arguments of type PlayerPublicKey.PublicKeyDataModifier and TypeMethodDescriptionLoginHelloC2SPacket.publicKey()
Returns the value of thepublicKey
record component.Constructor parameters in net.minecraft.network.packet.c2s.login with type arguments of type PlayerPublicKey.PublicKeyDataModifierConstructorDescriptionLoginHelloC2SPacket
(String string, Optional<PlayerPublicKey.PublicKeyData> optional, Optional<UUID> optional2) -
Uses of PlayerPublicKey.PublicKeyData in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as PlayerPublicKey.PublicKeyDataModifier and TypeFieldDescriptionprivate final PlayerPublicKey.PublicKeyData
PlayerListS2CPacket.Entry.publicKeyData
Methods in net.minecraft.network.packet.s2c.play that return PlayerPublicKey.PublicKeyDataConstructors in net.minecraft.network.packet.s2c.play with parameters of type PlayerPublicKey.PublicKeyData -
Uses of PlayerPublicKey.PublicKeyData in net.minecraft.server.network
Fields in net.minecraft.server.network declared as PlayerPublicKey.PublicKeyDataModifier and TypeFieldDescriptionprivate PlayerPublicKey.PublicKeyData
ServerLoginNetworkHandler.publicKeyData
Methods in net.minecraft.server.network with parameters of type PlayerPublicKey.PublicKeyDataModifier and TypeMethodDescriptionprivate static @Nullable PlayerPublicKey
ServerLoginNetworkHandler.getVerifiedPublicKey
(PlayerPublicKey.PublicKeyData publicKeyData, UUID playerUuid, SignatureVerifier servicesSignatureVerifier, boolean shouldThrowOnMissingKey)