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