Package com.xpdustry.distributor.api.command
package com.xpdustry.distributor.api.command
-
ClassDescriptionA
CommandElementrepresents a part of a given command chain.Represents a command argument.Determines how an argument is parsed on a high level.Represents a command flag, usually an optional named argument.Determines how a flag is parsed on a high level.Determines how many times a flag can be used.ACommandFacadeis a simple abstraction for advanced command systems in Mindustry.Helper class for creating help commands that can work with any command system.Represents a specific command entry.Represents a list of available commands, as suggestions.Represents an entity that can send commands.A general interface for dealing with command and command element descriptions.Some command systems already provide some kind of abstraction for descriptions.