Uses of Record Class
net.minecraft.commands.arguments.ArgumentSignatures
Packages that use ArgumentSignatures
Package
Description
-
Uses of ArgumentSignatures in net.minecraft.client.player
Methods in net.minecraft.client.player that return ArgumentSignaturesModifier and TypeMethodDescriptionprivate ArgumentSignatures
LocalPlayer.signCommandArguments
(MessageSigner p_242336_, com.mojang.brigadier.ParseResults<SharedSuggestionProvider> p_242251_, Component p_242373_, LastSeenMessages p_242435_) -
Uses of ArgumentSignatures in net.minecraft.commands.arguments
Fields in net.minecraft.commands.arguments declared as ArgumentSignaturesMethods in net.minecraft.commands.arguments that return ArgumentSignaturesModifier and TypeMethodDescriptionstatic ArgumentSignatures
ArgumentSignatures.signCommand
(PreviewableCommand<?> p_242877_, ArgumentSignatures.Signer p_242891_) -
Uses of ArgumentSignatures in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as ArgumentSignaturesModifier and TypeFieldDescriptionprivate final ArgumentSignatures
ServerboundChatCommandPacket.argumentSignatures
The field for theargumentSignatures
record component.Methods in net.minecraft.network.protocol.game that return ArgumentSignaturesModifier and TypeMethodDescriptionServerboundChatCommandPacket.argumentSignatures()
Returns the value of theargumentSignatures
record component.Constructors in net.minecraft.network.protocol.game with parameters of type ArgumentSignaturesModifierConstructorDescriptionServerboundChatCommandPacket
(String command, Instant timeStamp, long salt, ArgumentSignatures argumentSignatures, boolean signedPreview, LastSeenMessages.Update lastSeenMessages) Creates an instance of aServerboundChatCommandPacket
record class.