Package net.minecraft.command.argument
Class ItemPredicateArgumentType.ItemPredicate
java.lang.Object
net.minecraft.command.argument.ItemPredicateArgumentType.ItemPredicate
- Enclosing class:
- ItemPredicateArgumentType
static class ItemPredicateArgumentType.ItemPredicate extends Object implements Predicate<ItemStack>
- Mappings:
Namespace Name official ez$aintermediary net/minecraft/class_2293$class_2294named net/minecraft/command/argument/ItemPredicateArgumentType$ItemPredicate
-
Field Summary
Fields Modifier and Type Field Description private CompoundTagcompoundprivate Itemitem -
Constructor Summary
Constructors Constructor Description ItemPredicate(Item item, CompoundTag compoundTag) -
Method Summary
-
Field Details
-
item
- Mappings:
Namespace Name Mixin selector official aLez$a;a:Lbnr;intermediary field_10813Lnet/minecraft/class_2293$class_2294;field_10813:Lnet/minecraft/class_1792;named itemLnet/minecraft/command/argument/ItemPredicateArgumentType$ItemPredicate;item:Lnet/minecraft/item/Item;
-
compound
- Mappings:
Namespace Name Mixin selector official bLez$a;b:Lmq;intermediary field_10814Lnet/minecraft/class_2293$class_2294;field_10814:Lnet/minecraft/class_2487;named compoundLnet/minecraft/command/argument/ItemPredicateArgumentType$ItemPredicate;compound:Lnet/minecraft/nbt/CompoundTag;
-
-
Constructor Details
-
ItemPredicate
-
-
Method Details
-
test
- Specified by:
testin interfacePredicate<ItemStack>- Mappings:
Namespace Name Mixin selector official aLez$a;a(Lbnv;)Zintermediary method_9806Lnet/minecraft/class_2293$class_2294;method_9806(Lnet/minecraft/class_1799;)Znamed testLnet/minecraft/command/argument/ItemPredicateArgumentType$ItemPredicate;test(Lnet/minecraft/item/ItemStack;)Z
-