Uses of Enum Class
net.minecraft.world.effect.MobEffectCategory
Packages that use MobEffectCategory
- 
Uses of MobEffectCategory in net.minecraft.world.effectFields in net.minecraft.world.effect declared as MobEffectCategoryMethods in net.minecraft.world.effect that return MobEffectCategoryModifier and TypeMethodDescriptionMobEffect.getCategory()static MobEffectCategoryReturns 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 MobEffectCategoryModifierConstructorDescriptionprotectedAbsorptionMobEffect(MobEffectCategory p_294899_, int p_295631_) protectedBadOmenMobEffect(MobEffectCategory p_296418_, int p_296408_) HealOrHarmMobEffect(MobEffectCategory p_296444_, int p_294226_, boolean p_295780_) protectedHungerMobEffect(MobEffectCategory p_294845_, int p_296235_) InstantenousMobEffect(MobEffectCategory p_19440_, int p_19441_) protectedMobEffect(MobEffectCategory p_19451_, int p_19452_) protectedPoisonMobEffect(MobEffectCategory p_295076_, int p_295615_) protectedRegenerationMobEffect(MobEffectCategory p_296242_, int p_294288_) protectedSaturationMobEffect(MobEffectCategory p_294221_, int p_295725_) protectedWitherMobEffect(MobEffectCategory p_295600_, int p_294141_)