Uses of Record Class
net.minecraft.commands.arguments.ArgumentSignatures
Packages that use ArgumentSignatures
-
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
(SignableCommand<?> p_251621_, ArgumentSignatures.Signer p_248653_) -
Uses of ArgumentSignatures in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as ArgumentSignaturesModifier and TypeFieldDescriptionprivate final ArgumentSignatures
ServerboundChatCommandSignedPacket.argumentSignatures
The field for theargumentSignatures
record component.Methods in net.minecraft.network.protocol.game that return ArgumentSignaturesModifier and TypeMethodDescriptionServerboundChatCommandSignedPacket.argumentSignatures()
Returns the value of theargumentSignatures
record component.Constructors in net.minecraft.network.protocol.game with parameters of type ArgumentSignaturesModifierConstructorDescriptionServerboundChatCommandSignedPacket
(String command, Instant timeStamp, long salt, ArgumentSignatures argumentSignatures, LastSeenMessages.Update lastSeenMessages) Creates an instance of aServerboundChatCommandSignedPacket
record class.