Uses of Class
net.minecraft.predicate.entity.EntityEffectPredicate
Packages that use EntityEffectPredicate
-
Uses of EntityEffectPredicate in net.minecraft.advancement.criterion
Fields in net.minecraft.advancement.criterion declared as EntityEffectPredicateModifier and TypeFieldDescriptionprivate EntityEffectPredicateEffectsChangedCriterion.Conditions.effectsMethods in net.minecraft.advancement.criterion with parameters of type EntityEffectPredicateModifier and TypeMethodDescriptionEffectsChangedCriterion.Conditions.create(EntityEffectPredicate effects)Constructors in net.minecraft.advancement.criterion with parameters of type EntityEffectPredicateModifierConstructorDescriptionConditions(EntityPredicate.Extended player, EntityEffectPredicate effects, EntityPredicate.Extended extended) -
Uses of EntityEffectPredicate in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity declared as EntityEffectPredicateModifier and TypeFieldDescriptionprivate EntityEffectPredicateEntityPredicate.Builder.effectsprivate EntityEffectPredicateEntityPredicate.effectsstatic EntityEffectPredicateEntityEffectPredicate.EMPTYMethods in net.minecraft.predicate.entity that return EntityEffectPredicateModifier and TypeMethodDescriptionstatic EntityEffectPredicateEntityEffectPredicate.create()static EntityEffectPredicateEntityEffectPredicate.fromJson(@Nullable JsonElement json)EntityEffectPredicate.withEffect(StatusEffect statusEffect)EntityEffectPredicate.withEffect(StatusEffect statusEffect, EntityEffectPredicate.EffectData data)Methods in net.minecraft.predicate.entity with parameters of type EntityEffectPredicateModifier and TypeMethodDescriptionEntityPredicate.Builder.effects(EntityEffectPredicate effects)Constructors in net.minecraft.predicate.entity with parameters of type EntityEffectPredicateModifierConstructorDescriptionprivateEntityPredicate(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, LocationPredicate locationPredicate, EntityEffectPredicate entityEffectPredicate, NbtPredicate nbtPredicate, EntityFlagsPredicate entityFlagsPredicate, EntityEquipmentPredicate entityEquipmentPredicate, PlayerPredicate playerPredicate, FishingHookPredicate fishingHookPredicate, class_6404 class_6404, @Nullable String string, @Nullable Identifier identifier)(package private)EntityPredicate(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, LocationPredicate locationPredicate, EntityEffectPredicate entityEffectPredicate, NbtPredicate nbtPredicate, EntityFlagsPredicate entityFlagsPredicate, EntityEquipmentPredicate entityEquipmentPredicate, PlayerPredicate playerPredicate, FishingHookPredicate fishingHookPredicate, class_6404 class_6404, EntityPredicate entityPredicate, EntityPredicate entityPredicate2, EntityPredicate entityPredicate3, @Nullable String string, @Nullable Identifier identifier)