Package-level declarations
Types
ArgumentBoolean is a parsable argument that represents a boolean value ("true" or "false").
ArgumentDecimal is a parsable argument that represents a decimal number.
ArgumentEntities is a parsable argument that represents one or more entities in the game.
ArgumentInteger is a parsable argument that represents an integer number.
ArgumentLocation is a parsable argument that represents a location in the game world. It supports absolute, relative (~), and local (^) coordinates.
ArgumentMaterial is a parsable argument that represents a Minecraft material. It suggests valid material names for auto-completion.
ArgumentPlayers is a parsable argument that represents one or more players.
ArgumentString is a parsable argument that represents a string.
ArgumentTeam is a parsable argument that represents a scoreboard team. It suggests valid team names for auto-completion.
ArgumentTime is a parsable argument that represents a time duration. It supports suffixes 's' for seconds, 'd' for days, and 't' for ticks.