Uses of Record Class
net.minecraft.predicate.entity.EntityEffectPredicate
Packages that use EntityEffectPredicate
-
Uses of EntityEffectPredicate in net.minecraft.advancement.criterion
Fields in net.minecraft.advancement.criterion with type parameters of type EntityEffectPredicateModifier and TypeFieldDescriptionprivate final Optional<EntityEffectPredicate>
EffectsChangedCriterion.Conditions.effects
-
Uses of EntityEffectPredicate in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity with type parameters of type EntityEffectPredicateModifier and TypeFieldDescriptionprivate Optional<EntityEffectPredicate>
EntityPredicate.Builder.effects
private final Optional<EntityEffectPredicate>
EntityPredicate.effects
The field for theeffects
record component.static final com.mojang.serialization.Codec<EntityEffectPredicate>
EntityEffectPredicate.field_45764
Methods in net.minecraft.predicate.entity that return types with arguments of type EntityEffectPredicateModifier and TypeMethodDescriptionEntityPredicate.effects()
Returns the value of theeffects
record component.static Optional<EntityEffectPredicate>
EntityEffectPredicate.fromJson
(@Nullable JsonElement json) EntityEffectPredicate.class_8748.method_53203()