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 EntityEffectPredicate
EffectsChangedCriterion.Conditions.effects
Methods 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)
-
Uses of EntityEffectPredicate in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity declared as EntityEffectPredicateModifier and TypeFieldDescriptionprivate EntityEffectPredicate
EntityPredicate.Builder.effects
private EntityEffectPredicate
EntityPredicate.effects
static EntityEffectPredicate
EntityEffectPredicate.EMPTY
Methods in net.minecraft.predicate.entity that return EntityEffectPredicateModifier and TypeMethodDescriptionstatic EntityEffectPredicate
EntityEffectPredicate.create()
static EntityEffectPredicate
EntityEffectPredicate.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 EntityEffectPredicateModifierConstructorDescriptionprivate
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)
private
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)