Uses of Enum Class
net.minecraft.entity.effect.StatusEffectCategory
Packages that use StatusEffectCategory
-
Uses of StatusEffectCategory in net.minecraft.entity.effect
Fields in net.minecraft.entity.effect declared as StatusEffectCategoryMethods in net.minecraft.entity.effect that return StatusEffectCategoryModifier 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.Constructors in net.minecraft.entity.effect with parameters of type StatusEffectCategoryModifierConstructorDescriptionprotected
AbsorptionStatusEffect
(StatusEffectCategory statusEffectCategory, int color) protected
BadOmenStatusEffect
(StatusEffectCategory statusEffectCategory, int color) protected
HungerStatusEffect
(StatusEffectCategory statusEffectCategory, int color) InstantHealthOrDamageStatusEffect
(StatusEffectCategory category, int color, boolean damage) InstantStatusEffect
(StatusEffectCategory statusEffectCategory, int color) protected
PoisonStatusEffect
(StatusEffectCategory statusEffectCategory, int color) protected
RegenerationStatusEffect
(StatusEffectCategory statusEffectCategory, int color) protected
SaturationStatusEffect
(StatusEffectCategory statusEffectCategory, int color) protected
StatusEffect
(StatusEffectCategory statusEffectCategory, int color) protected
WitherStatusEffect
(StatusEffectCategory statusEffectCategory, int color)