Uses of Record Class
net.minecraft.network.encryption.PlayerPublicKey.class_7443
Packages that use PlayerPublicKey.class_7443
Package
Description
-
Uses of PlayerPublicKey.class_7443 in net.minecraft.client.util
Methods in net.minecraft.client.util that return types with arguments of type PlayerPublicKey.class_7443 -
Uses of PlayerPublicKey.class_7443 in net.minecraft.network.encryption
Fields in net.minecraft.network.encryption declared as PlayerPublicKey.class_7443Modifier and TypeFieldDescriptionprivate final PlayerPublicKey.class_7443
PlayerPublicKey.data
The field for thedata
record component.Fields in net.minecraft.network.encryption with type parameters of type PlayerPublicKey.class_7443Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<PlayerPublicKey.class_7443>
PlayerPublicKey.class_7443.field_39119
Methods in net.minecraft.network.encryption that return PlayerPublicKey.class_7443Modifier and TypeMethodDescriptionPlayerPublicKey.data()
Returns the value of thedata
record component.Methods in net.minecraft.network.encryption with parameters of type PlayerPublicKey.class_7443Modifier and TypeMethodDescriptionstatic PlayerPublicKey
PlayerPublicKey.method_43698
(PlayerPublicKey.class_7443 class_7443) static PlayerPublicKey
PlayerPublicKey.verifyAndDecode
(com.mojang.authlib.minecraft.MinecraftSessionService minecraftSessionService, PlayerPublicKey.class_7443 class_7443) Verifies the public key and decodes it.Constructors in net.minecraft.network.encryption with parameters of type PlayerPublicKey.class_7443ModifierConstructorDescriptionPlayerPublicKey
(PlayerPublicKey.class_7443 class_7443, PublicKey publicKey) -
Uses of PlayerPublicKey.class_7443 in net.minecraft.network.packet.c2s.login
Fields in net.minecraft.network.packet.c2s.login with type parameters of type PlayerPublicKey.class_7443Modifier and TypeFieldDescriptionprivate final Optional<PlayerPublicKey.class_7443>
LoginHelloC2SPacket.publicKey
The field for thepublicKey
record component.Methods in net.minecraft.network.packet.c2s.login that return types with arguments of type PlayerPublicKey.class_7443Modifier 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.class_7443ModifierConstructorDescriptionLoginHelloC2SPacket
(String string, Optional<PlayerPublicKey.class_7443> optional) -
Uses of PlayerPublicKey.class_7443 in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as PlayerPublicKey.class_7443Modifier and TypeFieldDescriptionprivate final PlayerPublicKey.class_7443
PlayerListS2CPacket.Entry.field_39243
Methods in net.minecraft.network.packet.s2c.play that return PlayerPublicKey.class_7443Constructors in net.minecraft.network.packet.s2c.play with parameters of type PlayerPublicKey.class_7443