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 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_300567_, int p_300827_) protectedBadOmenMobEffect(MobEffectCategory p_298574_, int p_301000_) HealOrHarmMobEffect(MobEffectCategory p_299212_, int p_300917_, boolean p_300221_) protectedHungerMobEffect(MobEffectCategory p_299451_, int p_297803_) InstantenousMobEffect(MobEffectCategory p_19440_, int p_19441_) protectedMobEffect(MobEffectCategory p_19451_, int p_19452_) protectedPoisonMobEffect(MobEffectCategory p_301256_, int p_299285_) protectedRegenerationMobEffect(MobEffectCategory p_298562_, int p_299015_) protectedSaturationMobEffect(MobEffectCategory p_297998_, int p_300022_) protectedWitherMobEffect(MobEffectCategory p_300352_, int p_298007_)