Package net.minecraft.command.argument
Interface ItemPredicateArgumentType.ItemPredicateArgument
- Enclosing class:
- ItemPredicateArgumentType
public static interface ItemPredicateArgumentType.ItemPredicateArgument
- Mappings:
Namespace Name official ez$b
intermediary net/minecraft/class_2293$class_2295
named net/minecraft/command/argument/ItemPredicateArgumentType$ItemPredicateArgument
-
Method Summary
Modifier and Type Method Description Predicate<ItemStack>
create(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext)
-
Method Details
-
create
Predicate<ItemStack> create(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext) throws com.mojang.brigadier.exceptions.CommandSyntaxException- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector official create
Lez$b;create(Lcom/mojang/brigadier/context/CommandContext;)Ljava/util/function/Predicate;
intermediary create
Lnet/minecraft/class_2293$class_2295;create(Lcom/mojang/brigadier/context/CommandContext;)Ljava/util/function/Predicate;
named create
Lnet/minecraft/command/argument/ItemPredicateArgumentType$ItemPredicateArgument;create(Lcom/mojang/brigadier/context/CommandContext;)Ljava/util/function/Predicate;
-