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
AbsoptionMobEffect(MobEffectCategory p_19414_, int p_19415_)
protected
AttackDamageMobEffect(MobEffectCategory p_19426_, int p_19427_, double p_19428_)
HealthBoostMobEffect(MobEffectCategory p_19433_, int p_19434_)
InstantenousMobEffect(MobEffectCategory p_19440_, int p_19441_)
protected
MobEffect(MobEffectCategory p_19451_, int p_19452_)