Uses of Class
net.minecraft.entity.effect.StatusEffectType
| Package | Description |
|---|---|
| net.minecraft.entity.effect |
-
Uses of StatusEffectType in net.minecraft.entity.effect
Fields in net.minecraft.entity.effect declared as StatusEffectType Modifier and Type Field Description private StatusEffectTypeStatusEffect. typeMethods in net.minecraft.entity.effect that return StatusEffectType Modifier and Type Method Description StatusEffectTypeStatusEffect. getType()static StatusEffectTypeStatusEffectType. valueOf(String name)Returns the enum constant of this type with the specified name.static StatusEffectType[]StatusEffectType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.minecraft.entity.effect with parameters of type StatusEffectType Constructor Description AbsorptionStatusEffect(StatusEffectType type, int color)DamageModifierStatusEffect(StatusEffectType type, int color, double modifier)HealthBoostStatusEffect(StatusEffectType type, int color)InstantStatusEffect(StatusEffectType type, int color)StatusEffect(StatusEffectType type, int color)