Uses of Class
net.minecraft.potion.EffectType
-
Packages that use EffectType Package Description net.minecraft.potion -
-
Uses of EffectType in net.minecraft.potion
Fields in net.minecraft.potion declared as EffectType Modifier and Type Field Description private EffectType
Effect. category
Methods in net.minecraft.potion that return EffectType Modifier and Type Method Description EffectType
Effect. getCategory()
static EffectType
EffectType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EffectType[]
EffectType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.minecraft.potion with parameters of type EffectType Constructor Description AbsorptionEffect(EffectType p_i50395_1_, int p_i50395_2_)
AttackDamageEffect(EffectType p_i50394_1_, int p_i50394_2_, double p_i50394_3_)
Effect(EffectType p_i50391_1_, int p_i50391_2_)
HealthBoostEffect(EffectType p_i50393_1_, int p_i50393_2_)
InstantEffect(EffectType p_i50392_1_, int p_i50392_2_)
-