CommandAPI 9.7.0
An API for the command UI introduced in Minecraft 1.13
|
An argument that represents a scoreholder's name. More...
Public Member Functions | |
Single (String nodeName) | |
A Score Holder 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 a scoreholder's name.
@apiNote Returns a String
object
dev.jorel.commandapi.arguments.ScoreHolderArgument.Single.Single | ( | String | nodeName | ) |
A Score Holder argument.
Represents a single score holder
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.