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 ArgumentSignaturesArgumentSignatures.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 ArgumentSignaturesServerboundChatCommandSignedPacket.argumentSignaturesThe field for theargumentSignaturesrecord component.Methods in net.minecraft.network.protocol.game that return ArgumentSignaturesModifier and TypeMethodDescriptionServerboundChatCommandSignedPacket.argumentSignatures()Returns the value of theargumentSignaturesrecord 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 aServerboundChatCommandSignedPacketrecord class.