Uses of Record Class
net.minecraft.world.entity.player.ProfilePublicKey
Packages that use ProfilePublicKey
Package
Description
-
Uses of ProfilePublicKey in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer declared as ProfilePublicKeyMethods in net.minecraft.client.multiplayer that return ProfilePublicKeyMethods in net.minecraft.client.multiplayer that return types with arguments of type ProfilePublicKey -
Uses of ProfilePublicKey in net.minecraft.client.player
Constructors in net.minecraft.client.player with parameters of type ProfilePublicKeyModifierConstructorDescriptionAbstractClientPlayer(ClientLevel p_234112_, com.mojang.authlib.GameProfile p_234113_, ProfilePublicKey p_234114_) RemotePlayer(ClientLevel p_234159_, com.mojang.authlib.GameProfile p_234160_, ProfilePublicKey p_234161_) -
Uses of ProfilePublicKey in net.minecraft.network.chat
Fields in net.minecraft.network.chat declared as ProfilePublicKeyModifier and TypeFieldDescriptionprivate final ProfilePublicKeyChatSender.profilePublicKeyThe field for theprofilePublicKeyrecord component.Methods in net.minecraft.network.chat that return ProfilePublicKeyModifier and TypeMethodDescriptionChatSender.profilePublicKey()Returns the value of theprofilePublicKeyrecord component.Methods in net.minecraft.network.chat with parameters of type ProfilePublicKeyModifier and TypeMethodDescriptionstatic SignedMessageValidatorSignedMessageValidator.create(ProfilePublicKey p_242975_, boolean p_242976_) booleanPlayerChatMessage.verify(ProfilePublicKey p_237229_) Constructors in net.minecraft.network.chat with parameters of type ProfilePublicKeyModifierConstructorDescriptionChatSender(UUID profileId, ProfilePublicKey profilePublicKey) Creates an instance of aChatSenderrecord class. -
Uses of ProfilePublicKey in net.minecraft.network.protocol.login
Methods in net.minecraft.network.protocol.login with parameters of type ProfilePublicKeyModifier and TypeMethodDescriptionbooleanServerboundKeyPacket.isChallengeSignatureValid(byte[] p_238072_, ProfilePublicKey p_238073_) -
Uses of ProfilePublicKey in net.minecraft.server.level
Constructors in net.minecraft.server.level with parameters of type ProfilePublicKeyModifierConstructorDescriptionServerPlayer(MinecraftServer p_215088_, ServerLevel p_215089_, com.mojang.authlib.GameProfile p_215090_, ProfilePublicKey p_215091_) -
Uses of ProfilePublicKey in net.minecraft.server.network
Methods in net.minecraft.server.network that return ProfilePublicKeyModifier and TypeMethodDescriptionprivate static ProfilePublicKeyServerLoginPacketListenerImpl.validatePublicKey(ProfilePublicKey.Data p_240244_, UUID p_240245_, SignatureValidator p_240246_, boolean p_240247_) -
Uses of ProfilePublicKey in net.minecraft.server.players
Methods in net.minecraft.server.players with parameters of type ProfilePublicKeyModifier and TypeMethodDescriptionPlayerList.getPlayerForLogin(com.mojang.authlib.GameProfile p_215625_, ProfilePublicKey p_215626_) -
Uses of ProfilePublicKey in net.minecraft.world.entity.player
Fields in net.minecraft.world.entity.player declared as ProfilePublicKeyModifier and TypeFieldDescriptionprivate final ProfilePublicKeyPlayer.profilePublicKeyprivate final ProfilePublicKeyProfileKeyPair.publicKeyThe field for thepublicKeyrecord component.Fields in net.minecraft.world.entity.player with type parameters of type ProfilePublicKeyModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ProfilePublicKey>ProfilePublicKey.TRUSTED_CODECMethods in net.minecraft.world.entity.player that return ProfilePublicKeyModifier and TypeMethodDescriptionstatic ProfilePublicKeyProfilePublicKey.createValidated(SignatureValidator p_243373_, UUID p_243390_, ProfilePublicKey.Data p_243374_, Duration p_243387_) Player.getProfilePublicKey()ProfileKeyPair.publicKey()Returns the value of thepublicKeyrecord component.Constructors in net.minecraft.world.entity.player with parameters of type ProfilePublicKeyModifierConstructorDescriptionPlayer(Level p_219727_, BlockPos p_219728_, float p_219729_, com.mojang.authlib.GameProfile p_219730_, ProfilePublicKey p_219731_) ProfileKeyPair(PrivateKey privateKey, ProfilePublicKey publicKey, Instant refreshedAfter) Creates an instance of aProfileKeyPairrecord class.