Package net.minecraft.command.arguments
Interface ItemPredicateArgument.IResult
- Enclosing class:
- ItemPredicateArgument
public static interface ItemPredicateArgument.IResult
- 
Method SummaryModifier and TypeMethodDescriptioncreate(com.mojang.brigadier.context.CommandContext<CommandSource> p_create_1_) 
- 
Method Details- 
createPredicate<ItemStack> create(com.mojang.brigadier.context.CommandContext<CommandSource> p_create_1_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
 
-