CommandAPI 9.7.0
An API for the command UI introduced in Minecraft 1.13
|
An argument that represents the name of an objective criteria. More...
Public Member Functions | |
ObjectiveCriteriaArgument (String nodeName) | |
An Objective criteria argument. More... | |
Class< String > | getPrimitiveType () |
CommandAPIArgumentType | getArgumentType () |
Argument< T > | instance () |
Returns the instance of this class with the class Impl. More... | |
An argument that represents the name of an objective criteria.
dev.jorel.commandapi.arguments.ObjectiveCriteriaArgument.ObjectiveCriteriaArgument | ( | String | nodeName | ) |
An Objective criteria argument.
Represents an objective criteria
nodeName | the name of the node for this argument |
|
inherited |
Returns the instance of this class with the class Impl.
Used for chaining builder methods.