public class MobEffects
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Potion |
ABSORPTION |
static Potion |
BLINDNESS |
static Potion |
FIRE_RESISTANCE |
static Potion |
GLOWING |
static Potion |
HASTE |
static Potion |
HEALTH_BOOST |
static Potion |
HUNGER |
static Potion |
INSTANT_DAMAGE |
static Potion |
INSTANT_HEALTH |
static Potion |
INVISIBILITY |
static Potion |
JUMP_BOOST |
static Potion |
LEVITATION |
static Potion |
LUCK |
static Potion |
MINING_FATIGUE |
static Potion |
NAUSEA |
static Potion |
NIGHT_VISION |
static Potion |
POISON |
static Potion |
REGENERATION |
static Potion |
RESISTANCE |
static Potion |
SATURATION |
static Potion |
SLOWNESS |
static Potion |
SPEED |
static Potion |
STRENGTH |
static Potion |
UNLUCK |
static Potion |
WATER_BREATHING |
static Potion |
WEAKNESS |
static Potion |
WITHER |
Constructor and Description |
---|
MobEffects() |
Modifier and Type | Method and Description |
---|---|
private static Potion |
getRegisteredMobEffect(java.lang.String id) |
public static final Potion SPEED
public static final Potion SLOWNESS
public static final Potion HASTE
public static final Potion MINING_FATIGUE
public static final Potion STRENGTH
public static final Potion INSTANT_HEALTH
public static final Potion INSTANT_DAMAGE
public static final Potion JUMP_BOOST
public static final Potion NAUSEA
public static final Potion REGENERATION
public static final Potion RESISTANCE
public static final Potion FIRE_RESISTANCE
public static final Potion WATER_BREATHING
public static final Potion INVISIBILITY
public static final Potion BLINDNESS
public static final Potion NIGHT_VISION
public static final Potion HUNGER
public static final Potion WEAKNESS
public static final Potion POISON
public static final Potion WITHER
public static final Potion HEALTH_BOOST
public static final Potion ABSORPTION
public static final Potion SATURATION
public static final Potion GLOWING
public static final Potion LEVITATION
public static final Potion LUCK
public static final Potion UNLUCK
@Nullable private static Potion getRegisteredMobEffect(java.lang.String id)