Uses of Record Class
net.minecraft.world.entity.player.ProfilePublicKey
Package
Description
-
Uses of ProfilePublicKey in net.minecraft.client.multiplayer
-
Uses of ProfilePublicKey in net.minecraft.client.player
ModifierConstructorDescriptionAbstractClientPlayer
(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
Modifier and TypeFieldDescriptionprivate final ProfilePublicKey
ChatSender.profilePublicKey
The field for theprofilePublicKey
record component.Modifier and TypeMethodDescriptionChatSender.profilePublicKey()
Returns the value of theprofilePublicKey
record component.Modifier and TypeMethodDescriptionstatic SignedMessageValidator
SignedMessageValidator.create
(ProfilePublicKey p_242975_, boolean p_242976_) boolean
PlayerChatMessage.verify
(ProfilePublicKey p_237229_) ModifierConstructorDescriptionChatSender
(UUID profileId, ProfilePublicKey profilePublicKey) Creates an instance of aChatSender
record class. -
Uses of ProfilePublicKey in net.minecraft.network.protocol.login
Modifier and TypeMethodDescriptionboolean
ServerboundKeyPacket.isChallengeSignatureValid
(byte[] p_238072_, ProfilePublicKey p_238073_) -
Uses of ProfilePublicKey in net.minecraft.server.level
ModifierConstructorDescriptionServerPlayer
(MinecraftServer p_215088_, ServerLevel p_215089_, com.mojang.authlib.GameProfile p_215090_, ProfilePublicKey p_215091_) -
Uses of ProfilePublicKey in net.minecraft.server.network
Modifier and TypeMethodDescriptionprivate static ProfilePublicKey
ServerLoginPacketListenerImpl.validatePublicKey
(ProfilePublicKey.Data p_240244_, UUID p_240245_, SignatureValidator p_240246_, boolean p_240247_) -
Uses of ProfilePublicKey in net.minecraft.server.players
Modifier and TypeMethodDescriptionPlayerList.getPlayerForLogin
(com.mojang.authlib.GameProfile p_215625_, ProfilePublicKey p_215626_) -
Uses of ProfilePublicKey in net.minecraft.world.entity.player
Modifier and TypeFieldDescriptionprivate final ProfilePublicKey
Player.profilePublicKey
private final ProfilePublicKey
ProfileKeyPair.publicKey
The field for thepublicKey
record component.Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ProfilePublicKey>
ProfilePublicKey.TRUSTED_CODEC
Modifier and TypeMethodDescriptionstatic ProfilePublicKey
ProfilePublicKey.createValidated
(SignatureValidator p_243373_, UUID p_243390_, ProfilePublicKey.Data p_243374_, Duration p_243387_) Player.getProfilePublicKey()
ProfileKeyPair.publicKey()
Returns the value of thepublicKey
record component.ModifierConstructorDescriptionPlayer
(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 aProfileKeyPair
record class.