|
CommandAPI 9.7.0
An API for the command UI introduced in Minecraft 1.13
|
An argument that represents a Predicate<Block>
More...
Inheritance diagram for dev.jorel.commandapi.arguments.BlockPredicateArgument:Public Member Functions | |
| BlockPredicateArgument (String nodeName) | |
| Constructs a BlockPredicateArgument with a given node name. More... | |
| Class< Predicate > | getPrimitiveType () |
| CommandAPIArgumentType | getArgumentType () |
| Argument< T > | instance () |
| Returns the instance of this class with the class Impl. More... | |
| dev.jorel.commandapi.arguments.BlockPredicateArgument.BlockPredicateArgument | ( | String | nodeName | ) |
Constructs a BlockPredicateArgument with a given node name.
Represents a predicate for blocks
| nodeName | the name of the node for argument |
|
inherited |
Returns the instance of this class with the class Impl.
Used for chaining builder methods.