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_294899_, int p_295631_) protectedBadOmenMobEffect(MobEffectCategory p_296418_, int p_296408_) HealOrHarmMobEffect(MobEffectCategory category, int color, boolean isHarm) protectedHungerMobEffect(MobEffectCategory p_294845_, int p_296235_) protectedInfestedMobEffect(MobEffectCategory category, int color, float chanceToSpawn, ToIntFunction<RandomSource> spawnedCount) InstantenousMobEffect(MobEffectCategory category, int color) protectedMobEffect(MobEffectCategory category, int color) protectedMobEffect(MobEffectCategory category, int color, ParticleOptions particle) protectedOozingMobEffect(MobEffectCategory category, int color, ToIntFunction<RandomSource> spawnedCount) protectedPoisonMobEffect(MobEffectCategory p_295076_, int p_295615_) protectedRaidOmenMobEffect(MobEffectCategory p_338433_, int p_338414_, ParticleOptions p_338610_) protectedRegenerationMobEffect(MobEffectCategory p_296242_, int p_294288_) protectedSaturationMobEffect(MobEffectCategory p_294221_, int p_295725_) protectedWeavingMobEffect(MobEffectCategory category, int color, ToIntFunction<RandomSource> maxCobwebs) protectedWindChargedMobEffect(MobEffectCategory p_338347_, int p_338254_) protectedWitherMobEffect(MobEffectCategory p_295600_, int p_294141_)