public static enum GermGuiScreen.ScreenLevel extends java.lang.Enum<GermGuiScreen.ScreenLevel>
| Modifier and Type | Method and Description | 
|---|---|
| static GermGuiScreen.ScreenLevel | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static GermGuiScreen.ScreenLevel[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final GermGuiScreen.ScreenLevel PARENT
public static final GermGuiScreen.ScreenLevel CHILD
public static GermGuiScreen.ScreenLevel[] values()
for (GermGuiScreen.ScreenLevel c : GermGuiScreen.ScreenLevel.values()) System.out.println(c);
public static GermGuiScreen.ScreenLevel 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 null