Uses of Class
net.minecraft.predicate.item.EnchantmentPredicate
-
Uses of EnchantmentPredicate in net.minecraft.predicate.item
Modifier and TypeFieldDescriptionstatic EnchantmentPredicate
EnchantmentPredicate.ANY
static EnchantmentPredicate[]
EnchantmentPredicate.ARRAY_OF_ANY
private EnchantmentPredicate[]
ItemPredicate.enchantments
private EnchantmentPredicate[]
ItemPredicate.storedEnchantments
Modifier and TypeFieldDescriptionprivate List<EnchantmentPredicate>
ItemPredicate.Builder.enchantments
private List<EnchantmentPredicate>
ItemPredicate.Builder.storedEnchantments
Modifier and TypeMethodDescriptionstatic EnchantmentPredicate
EnchantmentPredicate.deserialize(@Nullable JsonElement el)
static EnchantmentPredicate[]
EnchantmentPredicate.deserializeAll(@Nullable JsonElement el)
Modifier and TypeMethodDescriptionItemPredicate.Builder.enchantment(EnchantmentPredicate enchantment)
ItemPredicate.Builder.storedEnchantment(EnchantmentPredicate enchantment)
ModifierConstructorDescriptionItemPredicate(@Nullable Tag<Item> tag, @Nullable Set<Item> set, NumberRange.IntRange count, NumberRange.IntRange durability, EnchantmentPredicate[] enchantments, EnchantmentPredicate[] storedEnchantments, @Nullable Potion potion, NbtPredicate nbt)