Package com.undefined.stellar.argument.item
See: Description
-
Class Summary Class Description ItemSlotArgument An argument that returns either an int
or a List ofint
, representing a specific slot in any type of inventory.ItemStackArgument An argument that returns an ItemStack, which people can modify by specifying its material and item components (<item_id><list of components>). ItemStackPredicateArgument Returns Predicate of ItemStack, which people can modify by specifying its material and item components (<item_type><list of tests>).