public enum AllLangPartials extends java.lang.Enum<AllLangPartials>
| Enum Constant and Description |
|---|
ADVANCEMENTS |
MESSAGES |
PONDER |
SUBTITLES |
TOOLTIPS |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDisplay() |
com.google.gson.JsonElement |
provide() |
static AllLangPartials |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AllLangPartials[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AllLangPartials ADVANCEMENTS
public static final AllLangPartials MESSAGES
public static final AllLangPartials SUBTITLES
public static final AllLangPartials TOOLTIPS
public static final AllLangPartials PONDER
public static AllLangPartials[] values()
for (AllLangPartials c : AllLangPartials.values()) System.out.println(c);
public static AllLangPartials 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 getDisplay()
public com.google.gson.JsonElement provide()