Uses of Enum Class
net.minecraft.world.effect.MobEffectCategory
Packages that use MobEffectCategory
-
Uses of MobEffectCategory in net.minecraft.world.effect
Fields in net.minecraft.world.effect declared as MobEffectCategoryMethods in net.minecraft.world.effect that return MobEffectCategoryModifier 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.Constructors in net.minecraft.world.effect with parameters of type MobEffectCategoryModifierConstructorDescriptionprotected
AbsorptionMobEffect
(MobEffectCategory p_300567_, int p_300827_) protected
BadOmenMobEffect
(MobEffectCategory p_298574_, int p_301000_) HealOrHarmMobEffect
(MobEffectCategory p_299212_, int p_300917_, boolean p_300221_) protected
HungerMobEffect
(MobEffectCategory p_299451_, int p_297803_) InstantenousMobEffect
(MobEffectCategory p_19440_, int p_19441_) protected
MobEffect
(MobEffectCategory p_19451_, int p_19452_) protected
PoisonMobEffect
(MobEffectCategory p_301256_, int p_299285_) protected
RegenerationMobEffect
(MobEffectCategory p_298562_, int p_299015_) protected
SaturationMobEffect
(MobEffectCategory p_297998_, int p_300022_) protected
WitherMobEffect
(MobEffectCategory p_300352_, int p_298007_)