CommandAPI 9.6.0
An API for the command UI introduced in Minecraft 1.13
|
An argument that represents the Bukkit BlockData object. More...
Public Member Functions | |
BlockStateArgument (String nodeName) | |
Constructs a BlockStateArgument with a given node name. More... | |
Class< BlockData > | getPrimitiveType () |
CommandAPIArgumentType | getArgumentType () |
Argument< T > | instance () |
Returns the instance of this class with the class Impl. More... | |
An argument that represents the Bukkit BlockData object.
@apiNote Returns a BlockData
object
dev.jorel.commandapi.arguments.BlockStateArgument.BlockStateArgument | ( | String | nodeName | ) |
Constructs a BlockStateArgument with a given node name.
nodeName | the name of the node for argument |
|
inherited |
Returns the instance of this class with the class Impl.
Used for chaining builder methods.