public class ItemPredicate
| an | |
| net.minecraft.unmapped.C_90425808 | |
| net.minecraft.advancement.criterion.ItemPredicate |
Field summary
| Modifier and Type | Field | ||||||
|---|---|---|---|---|---|---|---|
| public static final ItemPredicate |
| ||||||
| private final Item |
| ||||||
| private final Integer |
| ||||||
| private final NumberPredicate |
| ||||||
| private final NumberPredicate |
| ||||||
| private final EnchantmentPredicate[] |
| ||||||
| private final Potion |
| ||||||
| private final NbtPredicate |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | () |
| public | (Item item, Integer metadata, NumberPredicate count, NumberPredicate durability, EnchantmentPredicate[] enchantments, Potion potion, NbtPredicate nbt) |
Method summary
| Modifier and Type | Method | ||||||
|---|---|---|---|---|---|---|---|
| public boolean |
| ||||||
| public static ItemPredicate |
| ||||||
| public static ItemPredicate[] |
|