Uses of Record Class
net.minecraft.network.encryption.PlayerPublicKey
Packages that use PlayerPublicKey
Package
Description
The base package for all Minecraft classes.
-
Uses of PlayerPublicKey in net.minecraft
Fields in net.minecraft declared as PlayerPublicKeyModifier and TypeFieldDescriptionprivate final @Nullable PlayerPublicKeyclass_7822.profilePublicKeyThe field for theprofilePublicKeyrecord component.Methods in net.minecraft that return PlayerPublicKeyModifier and TypeMethodDescriptionclass_7822.profilePublicKey()Returns the value of theprofilePublicKeyrecord component.Constructors in net.minecraft with parameters of type PlayerPublicKey -
Uses of PlayerPublicKey in net.minecraft.network.encryption
Fields in net.minecraft.network.encryption declared as PlayerPublicKeyModifier and TypeFieldDescriptionprivate final PlayerPublicKeyPlayerKeyPair.publicKeyThe field for thepublicKeyrecord component.Fields in net.minecraft.network.encryption with type parameters of type PlayerPublicKeyModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<PlayerPublicKey>PlayerPublicKey.CODECMethods in net.minecraft.network.encryption that return PlayerPublicKeyModifier and TypeMethodDescriptionPlayerKeyPair.publicKey()Returns the value of thepublicKeyrecord component.static PlayerPublicKeyPlayerPublicKey.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 PlayerPublicKeyModifierConstructorDescriptionPlayerKeyPair(PrivateKey privateKey, PlayerPublicKey playerPublicKey, Instant instant) -
Uses of PlayerPublicKey in net.minecraft.network.message
Methods in net.minecraft.network.message with parameters of type PlayerPublicKey