net.minecraft.util
Enum EnumFacing
java.lang.Object
java.lang.Enum<EnumFacing>
net.minecraft.util.EnumFacing
- All Implemented Interfaces:
- Serializable, Comparable<EnumFacing>
public enum EnumFacing
- extends Enum<EnumFacing>
DOWN
public static final EnumFacing DOWN
UP
public static final EnumFacing UP
NORTH
public static final EnumFacing NORTH
SOUTH
public static final EnumFacing SOUTH
EAST
public static final EnumFacing EAST
WEST
public static final EnumFacing WEST
values
public static EnumFacing[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (EnumFacing c : EnumFacing.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static EnumFacing valueOf(String name)
- 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
NullPointerException
- if the argument is null
func_82601_c
public int func_82601_c()
func_82599_e
public int func_82599_e()
func_82600_a
public static EnumFacing func_82600_a(int par0)