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 ProfilePublicKey
ChatSender.profilePublicKey
The field for theprofilePublicKey
record component.Methods in net.minecraft.network.chat that return ProfilePublicKeyModifier and TypeMethodDescriptionChatSender.profilePublicKey()
Returns the value of theprofilePublicKey
record component.Methods in net.minecraft.network.chat with parameters of type ProfilePublicKeyModifier and TypeMethodDescriptionstatic SignedMessageValidator
SignedMessageValidator.create
(ProfilePublicKey p_242975_, boolean p_242976_) boolean
PlayerChatMessage.verify
(ProfilePublicKey p_237229_) Constructors in net.minecraft.network.chat with parameters of type ProfilePublicKeyModifierConstructorDescriptionChatSender
(UUID profileId, ProfilePublicKey profilePublicKey) Creates an instance of aChatSender
record class. -
Uses of ProfilePublicKey in net.minecraft.network.protocol.login
Methods in net.minecraft.network.protocol.login with parameters of type ProfilePublicKeyModifier and TypeMethodDescriptionboolean
ServerboundKeyPacket.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 ProfilePublicKey
ServerLoginPacketListenerImpl.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 ProfilePublicKey
Player.profilePublicKey
private final ProfilePublicKey
ProfileKeyPair.publicKey
The field for thepublicKey
record component.Fields in net.minecraft.world.entity.player with type parameters of type ProfilePublicKeyModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ProfilePublicKey>
ProfilePublicKey.TRUSTED_CODEC
Methods in net.minecraft.world.entity.player that return ProfilePublicKeyModifier 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.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 aProfileKeyPair
record class.