Uses of Class
net.minecraft.predicate.item.EnchantmentPredicate
Packages that use EnchantmentPredicate
-
Uses of EnchantmentPredicate in net.minecraft.predicate.item
Fields in net.minecraft.predicate.item declared as EnchantmentPredicateModifier and TypeFieldDescriptionstatic EnchantmentPredicate
EnchantmentPredicate.ANY
static EnchantmentPredicate[]
EnchantmentPredicate.ARRAY_OF_ANY
private EnchantmentPredicate[]
ItemPredicate.enchantments
private EnchantmentPredicate[]
ItemPredicate.storedEnchantments
Fields in net.minecraft.predicate.item with type parameters of type EnchantmentPredicateModifier and TypeFieldDescriptionprivate List<EnchantmentPredicate>
ItemPredicate.Builder.enchantments
private List<EnchantmentPredicate>
ItemPredicate.Builder.storedEnchantments
Methods in net.minecraft.predicate.item that return EnchantmentPredicateModifier and TypeMethodDescriptionstatic EnchantmentPredicate
EnchantmentPredicate.deserialize(@Nullable JsonElement el)
static EnchantmentPredicate[]
EnchantmentPredicate.deserializeAll(@Nullable JsonElement el)
Methods in net.minecraft.predicate.item with parameters of type EnchantmentPredicateModifier and TypeMethodDescriptionItemPredicate.Builder.enchantment(EnchantmentPredicate enchantment)
ItemPredicate.Builder.storedEnchantment(EnchantmentPredicate enchantment)
Constructors in net.minecraft.predicate.item with parameters of type EnchantmentPredicateModifierConstructorDescriptionItemPredicate(@Nullable Tag<Item> tag, @Nullable Set<Item> set, NumberRange.IntRange count, NumberRange.IntRange durability, EnchantmentPredicate[] enchantments, EnchantmentPredicate[] storedEnchantments, @Nullable Potion potion, NbtPredicate nbt)