Uses of Record Class
net.minecraft.advancements.critereon.EnchantmentPredicate
Packages that use EnchantmentPredicate
-
Uses of EnchantmentPredicate in net.minecraft.advancements.critereon
Fields in net.minecraft.advancements.critereon 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> pFactory) EnchantmentsPredicate.enchantments(List<EnchantmentPredicate> pEnchantments) EnchantmentsPredicate.storedEnchantments(List<EnchantmentPredicate> pStoreEnchantments) Constructor parameters in net.minecraft.core.component.predicates with type arguments of type EnchantmentPredicateModifierConstructorDescriptionprotectedEnchantments(List<EnchantmentPredicate> p_399954_) protectedEnchantmentsPredicate(List<EnchantmentPredicate> pEnchantments) protectedStoredEnchantments(List<EnchantmentPredicate> p_399693_)