Enum Constant and Description |
---|
ANIMATION |
BEND |
EFFECT |
ENTITY |
GUI |
ITEM |
JEXL |
MISC |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getFileNames() |
GermPlugin.VersionType |
getVersionType() |
java.lang.String |
toString() |
static RootType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RootType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RootType JEXL
public static final RootType GUI
public static final RootType ANIMATION
public static final RootType MISC
public static final RootType BEND
public static final RootType EFFECT
public static final RootType ENTITY
public static final RootType ITEM
public static RootType[] values()
for (RootType c : RootType.values()) System.out.println(c);
public static RootType 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 GermPlugin.VersionType getVersionType()
public java.lang.String[] getFileNames()
public java.lang.String toString()
toString
in class java.lang.Enum<RootType>