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 category, int color) protected
BadOmenStatusEffect
(StatusEffectCategory category, int color) protected
HungerStatusEffect
(StatusEffectCategory category, int color) InstantHealthOrDamageStatusEffect
(StatusEffectCategory category, int color, boolean damage) InstantStatusEffect
(StatusEffectCategory category, int color) protected
PoisonStatusEffect
(StatusEffectCategory category, int color) protected
RegenerationStatusEffect
(StatusEffectCategory category, int color) protected
SaturationStatusEffect
(StatusEffectCategory category, int color) protected
StatusEffect
(StatusEffectCategory category, int color) protected
WitherStatusEffect
(StatusEffectCategory category, int color)