Uses of Class
net.minecraft.predicate.entity.EntityEffectPredicate
-
Uses of EntityEffectPredicate in net.minecraft.advancement.criterion
Modifier and TypeFieldDescriptionprivate EntityEffectPredicate
EffectsChangedCriterion.Conditions.effects
Modifier and TypeMethodDescriptionEffectsChangedCriterion.Conditions.create(EntityEffectPredicate effects)
ModifierConstructorDescriptionConditions(EntityPredicate.Extended player, EntityEffectPredicate effects, EntityPredicate.Extended extended)
-
Uses of EntityEffectPredicate in net.minecraft.predicate.entity
Modifier and TypeFieldDescriptionprivate EntityEffectPredicate
EntityPredicate.Builder.effects
private EntityEffectPredicate
EntityPredicate.effects
static 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)
Modifier and TypeMethodDescriptionEntityPredicate.Builder.effects(EntityEffectPredicate effects)
ModifierConstructorDescriptionprivate
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, @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)