Uses of Record Class
net.minecraft.commands.arguments.ArgumentSignatures
Package
Description
-
Uses of ArgumentSignatures in net.minecraft.client.player
Modifier 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
Modifier and TypeMethodDescriptionstatic ArgumentSignatures
ArgumentSignatures.signCommand
(PreviewableCommand<?> p_242877_, ArgumentSignatures.Signer p_242891_) -
Uses of ArgumentSignatures in net.minecraft.network.protocol.game
Modifier and TypeFieldDescriptionprivate final ArgumentSignatures
ServerboundChatCommandPacket.argumentSignatures
The field for theargumentSignatures
record component.Modifier and TypeMethodDescriptionServerboundChatCommandPacket.argumentSignatures()
Returns the value of theargumentSignatures
record component.ModifierConstructorDescriptionServerboundChatCommandPacket
(String command, Instant timeStamp, long salt, ArgumentSignatures argumentSignatures, boolean signedPreview, LastSeenMessages.Update lastSeenMessages) Creates an instance of aServerboundChatCommandPacket
record class.