Uses of Enum Class
net.minecraft.world.effect.MobEffectCategory
-
Uses of MobEffectCategory in net.minecraft.world.effect
Modifier and TypeMethodDescriptionMobEffect.getCategory()
static MobEffectCategory
Returns the enum constant of this class with the specified name.static MobEffectCategory[]
MobEffectCategory.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionprotected
AbsorptionMobEffect
(MobEffectCategory p_294899_, int p_295631_) protected
BadOmenMobEffect
(MobEffectCategory p_296418_, int p_296408_) HealOrHarmMobEffect
(MobEffectCategory p_296444_, int p_294226_, boolean p_295780_) protected
HungerMobEffect
(MobEffectCategory p_294845_, int p_296235_) InstantenousMobEffect
(MobEffectCategory p_19440_, int p_19441_) protected
MobEffect
(MobEffectCategory p_19451_, int p_19452_) protected
PoisonMobEffect
(MobEffectCategory p_295076_, int p_295615_) protected
RegenerationMobEffect
(MobEffectCategory p_296242_, int p_294288_) protected
SaturationMobEffect
(MobEffectCategory p_294221_, int p_295725_) protected
WitherMobEffect
(MobEffectCategory p_295600_, int p_294141_)