Uses of Enum Class
net.minecraft.world.effect.MobEffectCategory
Packages that use MobEffectCategory
-
Uses of MobEffectCategory in net.minecraft.world.effect
Subclasses with type arguments of type 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 category, int color) protectedBadOmenMobEffect(MobEffectCategory category, int color) HealOrHarmMobEffect(MobEffectCategory category, int color, boolean isHarm) protectedHungerMobEffect(MobEffectCategory category, int color) 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, Function<MobEffectInstance, ParticleOptions> particleFactory) Neo: Constructor that can take in the particle factory as a function of theMobEffectInstance.protectedMobEffect(MobEffectCategory category, int color, ParticleOptions particleOptions) protectedOozingMobEffect(MobEffectCategory category, int color, ToIntFunction<RandomSource> spawnedCount) protectedPoisonMobEffect(MobEffectCategory category, int color) protectedRaidOmenMobEffect(MobEffectCategory category, int color, ParticleOptions particleOptions) protectedRegenerationMobEffect(MobEffectCategory category, int color) protectedSaturationMobEffect(MobEffectCategory category, int color) protectedWeavingMobEffect(MobEffectCategory category, int color, ToIntFunction<RandomSource> maxCobwebs) protectedWindChargedMobEffect(MobEffectCategory category, int color) protectedWitherMobEffect(MobEffectCategory category, int color)