Uses of Record Class
net.minecraft.advancements.criterion.EnchantmentPredicate
Packages that use EnchantmentPredicate
-
Uses of EnchantmentPredicate in net.minecraft.advancements.criterion
Fields in net.minecraft.advancements.criterion with type parameters of type EnchantmentPredicateModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<EnchantmentPredicate> EnchantmentPredicate.CODEC -
Uses of EnchantmentPredicate in net.minecraft.core.component.predicates
Fields in net.minecraft.core.component.predicates with type parameters of type EnchantmentPredicateModifier and TypeFieldDescriptionprivate final List<EnchantmentPredicate> EnchantmentsPredicate.enchantmentsMethods in net.minecraft.core.component.predicates that return types with arguments of type EnchantmentPredicateModifier and TypeMethodDescriptionprotected List<EnchantmentPredicate> EnchantmentsPredicate.enchantments()Method parameters in net.minecraft.core.component.predicates with type arguments of type EnchantmentPredicateModifier and TypeMethodDescriptionstatic <T extends EnchantmentsPredicate>
com.mojang.serialization.Codec<T> EnchantmentsPredicate.codec(Function<List<EnchantmentPredicate>, T> constructor) EnchantmentsPredicate.enchantments(List<EnchantmentPredicate> predicates) EnchantmentsPredicate.storedEnchantments(List<EnchantmentPredicate> predicates) Constructor parameters in net.minecraft.core.component.predicates with type arguments of type EnchantmentPredicateModifierConstructorDescriptionprotectedEnchantments(List<EnchantmentPredicate> enchantments) protectedEnchantmentsPredicate(List<EnchantmentPredicate> enchantments) protectedStoredEnchantments(List<EnchantmentPredicate> enchantments)