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
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_)