Uses of Class
net.minecraft.predicate.entity.EntityEffectPredicate
| Package | Description |
|---|---|
| net.minecraft.advancement.criterion | |
| net.minecraft.predicate.entity |
-
Uses of EntityEffectPredicate in net.minecraft.advancement.criterion
Fields in net.minecraft.advancement.criterion declared as EntityEffectPredicate Modifier and Type Field Description private EntityEffectPredicateEffectsChangedCriterion.Conditions. effectsMethods in net.minecraft.advancement.criterion with parameters of type EntityEffectPredicate Modifier and Type Method Description static EffectsChangedCriterion.ConditionsEffectsChangedCriterion.Conditions. create(EntityEffectPredicate effects)Constructors in net.minecraft.advancement.criterion with parameters of type EntityEffectPredicate Constructor Description Conditions(EntityPredicate.Extended player, EntityEffectPredicate effects) -
Uses of EntityEffectPredicate in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity declared as EntityEffectPredicate Modifier and Type Field Description private EntityEffectPredicateEntityPredicate.Builder. effectsprivate EntityEffectPredicateEntityPredicate. effectsstatic EntityEffectPredicateEntityEffectPredicate. EMPTYMethods in net.minecraft.predicate.entity that return EntityEffectPredicate Modifier and Type Method Description static EntityEffectPredicateEntityEffectPredicate. create()static EntityEffectPredicateEntityEffectPredicate. fromJson(@Nullable JsonElement json)EntityEffectPredicateEntityEffectPredicate. method_35290(StatusEffect statusEffect, EntityEffectPredicate.EffectData effectData)EntityEffectPredicateEntityEffectPredicate. withEffect(StatusEffect statusEffect)Methods in net.minecraft.predicate.entity with parameters of type EntityEffectPredicate Modifier and Type Method Description EntityPredicate.BuilderEntityPredicate.Builder. effects(EntityEffectPredicate effects)Constructors in net.minecraft.predicate.entity with parameters of type EntityEffectPredicate Constructor Description EntityPredicate(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, EntityEffectPredicate effects, NbtPredicate nbt, EntityFlagsPredicate flags, EntityEquipmentPredicate equipment, PlayerPredicate player, FishingHookPredicate fishingHook, @Nullable String team, @Nullable Identifier catType)EntityPredicate(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, EntityEffectPredicate effects, NbtPredicate nbt, EntityFlagsPredicate flags, EntityEquipmentPredicate equipment, PlayerPredicate player, FishingHookPredicate fishingHook, EntityPredicate vehicle, EntityPredicate targetedEntity, @Nullable String team, @Nullable Identifier catType)