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 PlayerPublicKeyclass_7427.publicKeyThe field for thepublicKeyrecord component.Methods in net.minecraft that return PlayerPublicKeyModifier and TypeMethodDescriptionclass_7434.method_43603()class_7427.publicKey()Returns the value of thepublicKeyrecord component.Constructors in net.minecraft with parameters of type PlayerPublicKeyModifierConstructorDescriptionclass_7427(PrivateKey privateKey, PlayerPublicKey playerPublicKey, Instant instant) -
Uses of PlayerPublicKey in net.minecraft.network.encryption
Fields in net.minecraft.network.encryption declared as PlayerPublicKeyModifier and TypeFieldDescriptionprivate final PlayerPublicKeyPlayerPublicKey.class_7429.dataThe field for thedatarecord component.Fields in net.minecraft.network.encryption with type parameters of type PlayerPublicKeyModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<PlayerPublicKey>PlayerPublicKey.field_39050Methods in net.minecraft.network.encryption that return PlayerPublicKeyModifier and TypeMethodDescriptionPlayerPublicKey.class_7429.data()Returns the value of thedatarecord component.Methods in net.minecraft.network.encryption that return types with arguments of type PlayerPublicKeyModifier and TypeMethodDescriptionstatic Optional<PlayerPublicKey>PlayerPublicKey.method_43549(com.mojang.authlib.GameProfile gameProfile) Constructors in net.minecraft.network.encryption with parameters of type PlayerPublicKey -
Uses of PlayerPublicKey in net.minecraft.network.packet.c2s.login
Fields in net.minecraft.network.packet.c2s.login with type parameters of type PlayerPublicKeyModifier and TypeFieldDescriptionprivate final Optional<PlayerPublicKey>LoginHelloC2SPacket.publicKeyThe field for thepublicKeyrecord component.Methods in net.minecraft.network.packet.c2s.login that return types with arguments of type PlayerPublicKeyModifier and TypeMethodDescriptionLoginHelloC2SPacket.publicKey()Returns the value of thepublicKeyrecord component.Constructor parameters in net.minecraft.network.packet.c2s.login with type arguments of type PlayerPublicKeyModifierConstructorDescriptionLoginHelloC2SPacket(String string, Optional<PlayerPublicKey> optional)