JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
Field Summary
Fields
final net.minecraft.item.Item[]
final net.minecraft.item.ItemStack
Method Summary
All Methods Static Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
SwiftnessLong
public static final MyPotion SwiftnessLong
SwiftnessStrong
public static final MyPotion SwiftnessStrong
SlownessLong
public static final MyPotion SlownessLong
SlownessStrong
public static final MyPotion SlownessStrong
JumpBoostLong
public static final MyPotion JumpBoostLong
JumpBoostStrong
public static final MyPotion JumpBoostStrong
StrengthLong
public static final MyPotion StrengthLong
StrengthStrong
public static final MyPotion StrengthStrong
HealingStrong
public static final MyPotion HealingStrong
HarmingStrong
public static final MyPotion HarmingStrong
PoisonStrong
public static final MyPotion PoisonStrong
Regeneration
public static final MyPotion Regeneration
RegenerationLong
public static final MyPotion RegenerationLong
RegenerationStrong
public static final MyPotion RegenerationStrong
FireResistance
public static final MyPotion FireResistance
FireResistanceLong
public static final MyPotion FireResistanceLong
WaterBreathing
public static final MyPotion WaterBreathing
WaterBreathingLong
public static final MyPotion WaterBreathingLong
NightVision
public static final MyPotion NightVision
NightVisionLong
public static final MyPotion NightVisionLong
Invisibility
public static final MyPotion Invisibility
InvisibilityLong
public static final MyPotion InvisibilityLong
TurtleMaster
public static final MyPotion TurtleMaster
TurtleMasterLong
public static final MyPotion TurtleMasterLong
TurtleMasterStrong
public static final MyPotion TurtleMasterStrong
SlowFalling
public static final MyPotion SlowFalling
SlowFallingLong
public static final MyPotion SlowFallingLong
WeaknessLong
public static final MyPotion WeaknessLong
Field Details
potion
public final net.minecraft.item.ItemStack potion
ingredients
public final net.minecraft.item.Item[] ingredients
Method Details
values
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum class has no constant with the specified name
NullPointerException - if the argument is null