public static enum AsciiCompass.Point extends java.lang.Enum<AsciiCompass.Point>
Modifier and Type | Field and Description |
---|---|
char |
asciiChar |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTranslation() |
java.lang.String |
toString() |
java.lang.String |
toString(boolean isActive,
org.bukkit.ChatColor colorActive,
java.lang.String colorDefault) |
static AsciiCompass.Point |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AsciiCompass.Point[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AsciiCompass.Point N
public static final AsciiCompass.Point NE
public static final AsciiCompass.Point E
public static final AsciiCompass.Point SE
public static final AsciiCompass.Point S
public static final AsciiCompass.Point SW
public static final AsciiCompass.Point W
public static final AsciiCompass.Point NW
public static AsciiCompass.Point[] values()
for (AsciiCompass.Point c : AsciiCompass.Point.values()) System.out.println(c);
public static AsciiCompass.Point valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<AsciiCompass.Point>
public java.lang.String getTranslation()
public java.lang.String toString(boolean isActive, org.bukkit.ChatColor colorActive, java.lang.String colorDefault)