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 PlayerPublicKey
class_7427.publicKey
The field for thepublicKey
record component.Methods in net.minecraft that return PlayerPublicKeyModifier and TypeMethodDescriptionclass_7434.method_43603()
class_7427.publicKey()
Returns the value of thepublicKey
record 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 PlayerPublicKey
PlayerPublicKey.class_7429.data
The field for thedata
record component.Fields in net.minecraft.network.encryption with type parameters of type PlayerPublicKeyModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<PlayerPublicKey>
PlayerPublicKey.field_39050
Methods in net.minecraft.network.encryption that return PlayerPublicKeyModifier and TypeMethodDescriptionPlayerPublicKey.class_7429.data()
Returns the value of thedata
record 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.publicKey
The field for thepublicKey
record component.Methods in net.minecraft.network.packet.c2s.login that return types with arguments of type PlayerPublicKeyModifier and TypeMethodDescriptionLoginHelloC2SPacket.publicKey()
Returns the value of thepublicKey
record component.Constructor parameters in net.minecraft.network.packet.c2s.login with type arguments of type PlayerPublicKeyModifierConstructorDescriptionLoginHelloC2SPacket
(String string, Optional<PlayerPublicKey> optional)