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_8631(StatusEffectCategory category, int color) class_8632(StatusEffectCategory statusEffectCategory, int int2, boolean bool) protectedclass_8633(StatusEffectCategory category, int color) protectedclass_8635(StatusEffectCategory category, int color) protectedclass_8636(StatusEffectCategory category, int color) protectedclass_8637(StatusEffectCategory category, int color) protectedclass_8638(StatusEffectCategory category, 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 category, int color) InstantStatusEffect(StatusEffectCategory category, int color) protectedStatusEffect(StatusEffectCategory category, int color)