Uses of Class
net.minecraft.predicate.entity.EntityEffectPredicate
-
Uses of EntityEffectPredicate in net.minecraft.advancement.criterion
Modifier and TypeFieldDescriptionprivate final EntityEffectPredicate
EffectsChangedCriterion.Conditions.effects
Modifier and TypeMethodDescriptionEffectsChangedCriterion.Conditions.create
(EntityEffectPredicate effects) ModifierConstructorDescriptionConditions
(EntityPredicate.Extended player, EntityEffectPredicate effects, EntityPredicate.Extended source) -
Uses of EntityEffectPredicate in net.minecraft.predicate.entity
Modifier and TypeFieldDescriptionprivate EntityEffectPredicate
EntityPredicate.Builder.effects
private final EntityEffectPredicate
EntityPredicate.effects
static final EntityEffectPredicate
EntityEffectPredicate.EMPTY
Modifier and TypeMethodDescriptionstatic EntityEffectPredicate
EntityEffectPredicate.create()
static EntityEffectPredicate
EntityEffectPredicate.fromJson
(@Nullable JsonElement json) EntityEffectPredicate.withEffect
(StatusEffect statusEffect) EntityEffectPredicate.withEffect
(StatusEffect statusEffect, EntityEffectPredicate.EffectData data) ModifierConstructorDescriptionprivate
EntityPredicate
(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, LocationPredicate steppingOn, EntityEffectPredicate effects, NbtPredicate nbt, EntityFlagsPredicate flags, EntityEquipmentPredicate equipment, TypeSpecificPredicate typeSpecific, @Nullable String team) (package private)
EntityPredicate
(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, LocationPredicate steppingOn, EntityEffectPredicate effects, NbtPredicate nbt, EntityFlagsPredicate flags, EntityEquipmentPredicate equipment, TypeSpecificPredicate typeSpecific, EntityPredicate vehicle, EntityPredicate passenger, EntityPredicate targetedEntity, @Nullable String team)