Interface ItemPredicateArgument.Result
- Enclosing class:
- ItemPredicateArgument
public static interface ItemPredicateArgument.Result
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_121068_)
-
Method Details
-
create
Predicate<ItemStack> create(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_121068_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-