public static enum IMappingFile.Format extends java.lang.Enum<IMappingFile.Format>
| Enum Constant and Description |
|---|
CSRG |
PG |
SRG |
TINY |
TINY1 |
TSRG |
TSRG2 |
XSRG |
| Modifier and Type | Method and Description |
|---|---|
static IMappingFile.Format |
get(java.lang.String name) |
boolean |
hasFieldTypes() |
boolean |
hasNames() |
boolean |
isOrdered() |
static IMappingFile.Format |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IMappingFile.Format[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IMappingFile.Format SRG
public static final IMappingFile.Format XSRG
public static final IMappingFile.Format CSRG
public static final IMappingFile.Format TSRG
public static final IMappingFile.Format TSRG2
public static final IMappingFile.Format PG
public static final IMappingFile.Format TINY1
public static final IMappingFile.Format TINY
public static IMappingFile.Format[] values()
for (IMappingFile.Format c : IMappingFile.Format.values()) System.out.println(c);
public static IMappingFile.Format 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 boolean isOrdered()
public boolean hasFieldTypes()
public boolean hasNames()
public static IMappingFile.Format get(java.lang.String name)