Uses of Enum Class
net.minecraft.entity.effect.StatusEffectType
Packages that use StatusEffectType
-
Uses of StatusEffectType in net.minecraft.entity.effect
Fields in net.minecraft.entity.effect declared as StatusEffectTypeMethods in net.minecraft.entity.effect that return StatusEffectTypeModifier and TypeMethodDescriptionStatusEffect.getType()static StatusEffectTypeReturns the enum constant of this class with the specified name.static StatusEffectType[]StatusEffectType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.entity.effect with parameters of type StatusEffectTypeModifierConstructorDescriptionprotectedAbsorptionStatusEffect(StatusEffectType type, int color)protectedDamageModifierStatusEffect(StatusEffectType type, int color, double modifier)HealthBoostStatusEffect(StatusEffectType type, int color)InstantStatusEffect(StatusEffectType type, int color)protectedStatusEffect(StatusEffectType type, int color)