public enum DisplayPanelLocation extends java.lang.Enum<DisplayPanelLocation> implements me.shedaniel.clothconfig2.forge.gui.entries.SelectionListEntry.Translatable
| Modifier and Type | Method and Description |
|---|---|
@NotNull java.lang.String |
getKey() |
DisplayPanelLocation |
mirror() |
static DisplayPanelLocation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DisplayPanelLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DisplayPanelLocation LEFT
public static final DisplayPanelLocation RIGHT
public static DisplayPanelLocation[] values()
for (DisplayPanelLocation c : DisplayPanelLocation.values()) System.out.println(c);
public static DisplayPanelLocation 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 DisplayPanelLocation mirror()
@NotNull public @NotNull java.lang.String getKey()
getKey in interface me.shedaniel.clothconfig2.forge.gui.entries.SelectionListEntry.Translatable