public enum TippedArrowPotion extends Enum<TippedArrowPotion>
| Modifier and Type | Method and Description |
|---|---|
static TippedArrowPotion |
getByBedrockId(short bedrockId) |
static TippedArrowPotion |
getByJavaColor(int color) |
static TippedArrowPotion |
getByJavaIdentifier(String javaIdentifier) |
static TippedArrowPotion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TippedArrowPotion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TippedArrowPotion MUNDANE
public static final TippedArrowPotion THICK
public static final TippedArrowPotion AWKWARD
public static final TippedArrowPotion NIGHT_VISION
public static final TippedArrowPotion LONG_NIGHT_VISION
public static final TippedArrowPotion INVISIBILITY
public static final TippedArrowPotion LONG_INVISIBILITY
public static final TippedArrowPotion LEAPING
public static final TippedArrowPotion LONG_LEAPING
public static final TippedArrowPotion STRONG_LEAPING
public static final TippedArrowPotion FIRE_RESISTANCE
public static final TippedArrowPotion LONG_FIRE_RESISTANCE
public static final TippedArrowPotion SWIFTNESS
public static final TippedArrowPotion LONG_SWIFTNESS
public static final TippedArrowPotion STRONG_SWIFTNESS
public static final TippedArrowPotion SLOWNESS
public static final TippedArrowPotion LONG_SLOWNESS
public static final TippedArrowPotion STRONG_SLOWNESS
public static final TippedArrowPotion WATER_BREATHING
public static final TippedArrowPotion LONG_WATER_BREATHING
public static final TippedArrowPotion HEALING
public static final TippedArrowPotion STRONG_HEALING
public static final TippedArrowPotion HARMING
public static final TippedArrowPotion STRONG_HARMING
public static final TippedArrowPotion POISON
public static final TippedArrowPotion LONG_POISON
public static final TippedArrowPotion STRONG_POISON
public static final TippedArrowPotion REGENERATION
public static final TippedArrowPotion LONG_REGENERATION
public static final TippedArrowPotion STRONG_REGENERATION
public static final TippedArrowPotion STRENGTH
public static final TippedArrowPotion LONG_STRENGTH
public static final TippedArrowPotion STRONG_STRENGTH
public static final TippedArrowPotion WEAKNESS
public static final TippedArrowPotion LONG_WEAKNESS
public static final TippedArrowPotion LUCK
public static final TippedArrowPotion TURTLE_MASTER
public static final TippedArrowPotion LONG_TURTLE_MASTER
public static final TippedArrowPotion STRONG_TURTLE_MASTER
public static final TippedArrowPotion SLOW_FALLING
public static final TippedArrowPotion LONG_SLOW_FALLING
public static TippedArrowPotion[] values()
for (TippedArrowPotion c : TippedArrowPotion.values()) System.out.println(c);
public static TippedArrowPotion valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static TippedArrowPotion getByJavaIdentifier(String javaIdentifier)
public static TippedArrowPotion getByBedrockId(short bedrockId)
public static TippedArrowPotion getByJavaColor(int color)
color - the potion color to look upCopyright © 2021 GeyserMC. All rights reserved.