Uses of Record Class
net.minecraft.predicate.item.EnchantmentPredicate
Packages that use EnchantmentPredicate
-
Uses of EnchantmentPredicate in net.minecraft.predicate.item
Fields in net.minecraft.predicate.item with type parameters of type EnchantmentPredicateModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<EnchantmentPredicate> EnchantmentPredicate.CODECprivate final List<EnchantmentPredicate> EnchantmentsPredicate.enchantmentPredicatesMethods in net.minecraft.predicate.item that return types with arguments of type EnchantmentPredicateModifier and TypeMethodDescriptionprotected List<EnchantmentPredicate> EnchantmentsPredicate.getEnchantmentPredicates()Method parameters in net.minecraft.predicate.item with type arguments of type EnchantmentPredicateModifier and TypeMethodDescriptionEnchantmentsPredicate.enchantments(List<EnchantmentPredicate> enchantmentPredicates) static <T extends EnchantmentsPredicate>
com.mojang.serialization.Codec<T> EnchantmentsPredicate.getCodec(Function<List<EnchantmentPredicate>, T> factory) EnchantmentsPredicate.storedEnchantments(List<EnchantmentPredicate> enchantmentPredicates) Constructor parameters in net.minecraft.predicate.item with type arguments of type EnchantmentPredicateModifierConstructorDescriptionprotectedEnchantments(List<EnchantmentPredicate> enchantmentPredicates) protectedEnchantmentsPredicate(List<EnchantmentPredicate> enchantmentPredicates) protectedStoredEnchantments(List<EnchantmentPredicate> enchantmentPredicates)