Uses of Enum Class
net.minecraft.entity.effect.StatusEffectCategory
-
Uses of StatusEffectCategory in net.minecraft.entity.effect
Modifier and TypeMethodDescriptionStatusEffect.getCategory()
static StatusEffectCategory
Returns the enum constant of this class with the specified name.static StatusEffectCategory[]
StatusEffectCategory.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionprotected
AbsorptionStatusEffect
(StatusEffectCategory statusEffectCategory, int color) protected
DamageModifierStatusEffect
(StatusEffectCategory category, int color, double modifier) HealthBoostStatusEffect
(StatusEffectCategory statusEffectCategory, int color) InstantStatusEffect
(StatusEffectCategory statusEffectCategory, int color) protected
StatusEffect
(StatusEffectCategory statusEffectCategory, int color)