Uses of Class
net.minecraft.predicate.entity.EntityEffectPredicate.EffectData
| Package | Description |
|---|---|
| net.minecraft.predicate.entity |
-
Uses of EntityEffectPredicate.EffectData in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity with type parameters of type EntityEffectPredicate.EffectData Modifier and Type Field Description private Map<StatusEffect,EntityEffectPredicate.EffectData>EntityEffectPredicate. effectsMethods in net.minecraft.predicate.entity that return EntityEffectPredicate.EffectData Modifier and Type Method Description static EntityEffectPredicate.EffectDataEntityEffectPredicate.EffectData. fromJson(JsonObject json)Methods in net.minecraft.predicate.entity with parameters of type EntityEffectPredicate.EffectData Modifier and Type Method Description EntityEffectPredicateEntityEffectPredicate. withEffect(StatusEffect statusEffect, EntityEffectPredicate.EffectData data)Constructor parameters in net.minecraft.predicate.entity with type arguments of type EntityEffectPredicate.EffectData Constructor Description EntityEffectPredicate(Map<StatusEffect,EntityEffectPredicate.EffectData> effects)