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 MobEffectCategoryModifierConstructorDescriptionprotectedAbsoptionMobEffect(MobEffectCategory p_19414_, int p_19415_)protectedAttackDamageMobEffect(MobEffectCategory p_19426_, int p_19427_, double p_19428_)HealthBoostMobEffect(MobEffectCategory p_19433_, int p_19434_)InstantenousMobEffect(MobEffectCategory p_19440_, int p_19441_)protectedMobEffect(MobEffectCategory p_19451_, int p_19452_)