Uses of Enum Class
net.minecraft.entity.effect.StatusEffectCategory
Packages that use StatusEffectCategory
Package
Description
The base package for all Minecraft classes.
-
Uses of StatusEffectCategory in net.minecraft
Constructors in net.minecraft with parameters of type StatusEffectCategoryModifierConstructorDescriptionprotectedclass_9455(StatusEffectCategory statusEffectCategory, int int2, float float2, ToIntFunction<Random> toIntFunction) protectedclass_9456(StatusEffectCategory statusEffectCategory, int int2, ToIntFunction<Random> toIntFunction) protectedclass_9457(StatusEffectCategory statusEffectCategory, int color, ParticleEffect particleEffect) protectedclass_9458(StatusEffectCategory statusEffectCategory, int int2, ToIntFunction<Random> toIntFunction) protectedclass_9459(StatusEffectCategory statusEffectCategory, int color) -
Uses of StatusEffectCategory in net.minecraft.entity.effect
Fields in net.minecraft.entity.effect declared as StatusEffectCategoryMethods in net.minecraft.entity.effect that return StatusEffectCategoryModifier and TypeMethodDescriptionStatusEffect.getCategory()static StatusEffectCategoryReturns the enum constant of this class with the specified name.static StatusEffectCategory[]StatusEffectCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.entity.effect with parameters of type StatusEffectCategoryModifierConstructorDescriptionprotectedAbsorptionStatusEffect(StatusEffectCategory statusEffectCategory, int color) protectedBadOmenStatusEffect(StatusEffectCategory statusEffectCategory, int color) protectedHungerStatusEffect(StatusEffectCategory statusEffectCategory, int color) InstantHealthOrDamageStatusEffect(StatusEffectCategory category, int color, boolean damage) InstantStatusEffect(StatusEffectCategory statusEffectCategory, int color) protectedPoisonStatusEffect(StatusEffectCategory statusEffectCategory, int color) protectedRegenerationStatusEffect(StatusEffectCategory statusEffectCategory, int color) protectedSaturationStatusEffect(StatusEffectCategory statusEffectCategory, int color) protectedStatusEffect(StatusEffectCategory statusEffectCategory, int color) protectedStatusEffect(StatusEffectCategory statusEffectCategory, int color, ParticleEffect particleEffect) protectedWitherStatusEffect(StatusEffectCategory statusEffectCategory, int color)