Uses of Record Class
net.minecraft.predicate.item.EnchantmentPredicate
Packages that use EnchantmentPredicate
- 
Uses of EnchantmentPredicate in net.minecraft.predicate.itemFields 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.enchantmentsMethods in net.minecraft.predicate.item that return types with arguments of type EnchantmentPredicateModifier and TypeMethodDescriptionprotected List<EnchantmentPredicate> EnchantmentsPredicate.getEnchantments()Method parameters in net.minecraft.predicate.item with type arguments of type EnchantmentPredicateModifier and TypeMethodDescriptionstatic <T extends EnchantmentsPredicate>
 com.mojang.serialization.Codec<T> EnchantmentsPredicate.createCodec(Function<List<EnchantmentPredicate>, T> predicateFunction) EnchantmentsPredicate.enchantments(List<EnchantmentPredicate> enchantments) EnchantmentsPredicate.storedEnchantments(List<EnchantmentPredicate> storedEnchantments) Constructor parameters in net.minecraft.predicate.item with type arguments of type EnchantmentPredicateModifierConstructorDescriptionprotectedEnchantments(List<EnchantmentPredicate> enchantments) protectedEnchantmentsPredicate(List<EnchantmentPredicate> enchantments) protectedStoredEnchantments(List<EnchantmentPredicate> enchantments)