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_7443PlayerPublicKey.dataThe field for thedatarecord 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_39119Methods in net.minecraft.network.encryption that return PlayerPublicKey.class_7443Modifier and TypeMethodDescriptionPlayerPublicKey.data()Returns the value of thedatarecord component.Methods in net.minecraft.network.encryption with parameters of type PlayerPublicKey.class_7443Modifier and TypeMethodDescriptionstatic PlayerPublicKeyPlayerPublicKey.method_43698(PlayerPublicKey.class_7443 class_7443) static PlayerPublicKeyPlayerPublicKey.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.publicKeyThe field for thepublicKeyrecord 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 thepublicKeyrecord 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_7443PlayerListS2CPacket.Entry.field_39243Methods 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