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.enchantments
Methods 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> p_400213_) EnchantmentsPredicate.enchantments
(List<EnchantmentPredicate> p_399739_) EnchantmentsPredicate.storedEnchantments
(List<EnchantmentPredicate> p_399510_) Constructor parameters in net.minecraft.core.component.predicates with type arguments of type EnchantmentPredicateModifierConstructorDescriptionprotected
Enchantments
(List<EnchantmentPredicate> p_399954_) protected
EnchantmentsPredicate
(List<EnchantmentPredicate> p_400025_) protected
StoredEnchantments
(List<EnchantmentPredicate> p_399693_)