org.bukkit.potion
Enum Potion.Tier

java.lang.Object
  extended by java.lang.Enum<Potion.Tier>
      extended by org.bukkit.potion.Potion.Tier
All Implemented Interfaces:
Serializable, Comparable<Potion.Tier>
Enclosing class:
Potion

Deprecated.

@Deprecated
public static enum Potion.Tier
extends Enum<Potion.Tier>


Enum Constant Summary
ONE
          Deprecated.  
TWO
          Deprecated.  
 
Method Summary
static Potion.Tier getByDamageBit(int damageBit)
          Deprecated.  
 int getDamageBit()
          Deprecated.  
static Potion.Tier valueOf(String name)
          Deprecated. Returns the enum constant of this type with the specified name.
static Potion.Tier[] values()
          Deprecated. Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ONE

public static final Potion.Tier ONE
Deprecated. 

TWO

public static final Potion.Tier TWO
Deprecated. 
Method Detail

values

public static final Potion.Tier[] values()
Deprecated. 
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(Potion.Tier c : Potion.Tier.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static Potion.Tier valueOf(String name)
Deprecated. 
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name

getDamageBit

public int getDamageBit()
Deprecated. 

getByDamageBit

public static Potion.Tier getByDamageBit(int damageBit)
Deprecated. 


Copyright © 2013. All Rights Reserved.