|
CommandAPI 9.7.0
An API for the command UI introduced in Minecraft 1.13
|
An argument that represents a Predicate<ItemStack>
More...
Inheritance diagram for dev.jorel.commandapi.arguments.ItemStackPredicateArgument:Public Member Functions | |
| ItemStackPredicateArgument (String nodeName) | |
| A ItemStack Predicate argument. More... | |
| Class< Predicate > | getPrimitiveType () |
| CommandAPIArgumentType | getArgumentType () |
| Argument< T > | instance () |
| Returns the instance of this class with the class Impl. More... | |
An argument that represents a Predicate<ItemStack>
| dev.jorel.commandapi.arguments.ItemStackPredicateArgument.ItemStackPredicateArgument | ( | String | nodeName | ) |
A ItemStack Predicate argument.
Represents a predicate for itemstacks
| 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.