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$a
intermediary net/minecraft/class_2293$class_2294
named net/minecraft/command/argument/ItemPredicateArgumentType$ItemPredicate
-
Field Summary
Fields Modifier and Type Field Description private CompoundTag
compound
private Item
item
-
Constructor Summary
Constructors Constructor Description ItemPredicate(Item item, CompoundTag compoundTag)
-
Method Summary
-
Field Details
-
item
- Mappings:
Namespace Name Mixin selector official a
Lez$a;a:Lbnr;
intermediary field_10813
Lnet/minecraft/class_2293$class_2294;field_10813:Lnet/minecraft/class_1792;
named item
Lnet/minecraft/command/argument/ItemPredicateArgumentType$ItemPredicate;item:Lnet/minecraft/item/Item;
-
compound
- Mappings:
Namespace Name Mixin selector official b
Lez$a;b:Lmq;
intermediary field_10814
Lnet/minecraft/class_2293$class_2294;field_10814:Lnet/minecraft/class_2487;
named compound
Lnet/minecraft/command/argument/ItemPredicateArgumentType$ItemPredicate;compound:Lnet/minecraft/nbt/CompoundTag;
-
-
Constructor Details
-
ItemPredicate
-
-
Method Details
-
test
- Specified by:
test
in interfacePredicate<ItemStack>
- Mappings:
Namespace Name Mixin selector official a
Lez$a;a(Lbnv;)Z
intermediary method_9806
Lnet/minecraft/class_2293$class_2294;method_9806(Lnet/minecraft/class_1799;)Z
named test
Lnet/minecraft/command/argument/ItemPredicateArgumentType$ItemPredicate;test(Lnet/minecraft/item/ItemStack;)Z
-