Uses of Record Class
net.minecraft.commands.arguments.ArgumentSignatures
-
Uses of ArgumentSignatures in net.minecraft.commands.arguments
Modifier and TypeMethodDescriptionstatic ArgumentSignatures
ArgumentSignatures.signCommand
(SignableCommand<?> p_251621_, ArgumentSignatures.Signer p_248653_) -
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, LastSeenMessages.Update lastSeenMessages) Creates an instance of aServerboundChatCommandPacket
record class.