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 EntityEffectPredicate
EffectsChangedCriterion.Conditions. effects
Methods in net.minecraft.advancement.criterion with parameters of type EntityEffectPredicate Modifier and Type Method Description static EffectsChangedCriterion.Conditions
EffectsChangedCriterion.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 EntityEffectPredicate
EntityPredicate.Builder. effects
private EntityEffectPredicate
EntityPredicate. effects
static EntityEffectPredicate
EntityEffectPredicate. EMPTY
Methods in net.minecraft.predicate.entity that return EntityEffectPredicate Modifier and Type Method Description static EntityEffectPredicate
EntityEffectPredicate. create()
static EntityEffectPredicate
EntityEffectPredicate. fromJson(@Nullable JsonElement json)
EntityEffectPredicate
EntityEffectPredicate. method_35290(StatusEffect statusEffect, EntityEffectPredicate.EffectData effectData)
EntityEffectPredicate
EntityEffectPredicate. withEffect(StatusEffect statusEffect)
Methods in net.minecraft.predicate.entity with parameters of type EntityEffectPredicate Modifier and Type Method Description EntityPredicate.Builder
EntityPredicate.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)