Uses of Record Class
net.minecraft.commands.arguments.ArgumentSignatures
Packages that use ArgumentSignatures
- 
Uses of ArgumentSignatures in net.minecraft.commands.argumentsFields in net.minecraft.commands.arguments declared as ArgumentSignaturesMethods in net.minecraft.commands.arguments that return ArgumentSignaturesModifier and TypeMethodDescriptionstatic ArgumentSignaturesArgumentSignatures.signCommand(SignableCommand<?> p_251621_, ArgumentSignatures.Signer p_248653_) 
- 
Uses of ArgumentSignatures in net.minecraft.network.protocol.gameFields in net.minecraft.network.protocol.game declared as ArgumentSignaturesModifier and TypeFieldDescriptionprivate final ArgumentSignaturesServerboundChatCommandPacket.argumentSignaturesThe field for theargumentSignaturesrecord component.Methods in net.minecraft.network.protocol.game that return ArgumentSignaturesModifier and TypeMethodDescriptionServerboundChatCommandPacket.argumentSignatures()Returns the value of theargumentSignaturesrecord component.Constructors in net.minecraft.network.protocol.game with parameters of type ArgumentSignaturesModifierConstructorDescriptionServerboundChatCommandPacket(String command, Instant timeStamp, long salt, ArgumentSignatures argumentSignatures, LastSeenMessages.Update lastSeenMessages) Creates an instance of aServerboundChatCommandPacketrecord class.