public enum GermGuiType extends java.lang.Enum<GermGuiType>
Enum Constant and Description |
---|
BUTTON |
CANVAS |
CHECKBOX |
COLOR |
ENTITY |
FRAME |
GIF |
INPUT |
ITEM |
LABEL |
OPTION |
PARTICLE |
SCROLL |
SLOT |
TEXTURE |
VIDEO |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends GermGuiPart<? extends DynamicBase>> |
getGermGuiPartClass() |
static java.lang.Class<? extends GermGuiPart<? extends DynamicBase>> |
getGermGuiPartClass(java.lang.Object typeIn) |
static GermGuiType |
getGermGuiPartType(java.lang.Object typeIn) |
java.lang.String |
getType() |
int |
getTypeId() |
static GermGuiType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GermGuiType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GermGuiType OPTION
public static final GermGuiType TEXTURE
public static final GermGuiType COLOR
public static final GermGuiType GIF
public static final GermGuiType BUTTON
public static final GermGuiType LABEL
public static final GermGuiType SLOT
public static final GermGuiType ENTITY
public static final GermGuiType INPUT
public static final GermGuiType SCROLL
public static final GermGuiType ITEM
public static final GermGuiType CHECKBOX
public static final GermGuiType CANVAS
public static final GermGuiType FRAME
public static final GermGuiType VIDEO
public static final GermGuiType PARTICLE
public static GermGuiType[] values()
for (GermGuiType c : GermGuiType.values()) System.out.println(c);
public static GermGuiType 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 int getTypeId()
public java.lang.String getType()
public java.lang.Class<? extends GermGuiPart<? extends DynamicBase>> getGermGuiPartClass()
public static java.lang.Class<? extends GermGuiPart<? extends DynamicBase>> getGermGuiPartClass(java.lang.Object typeIn)
public static GermGuiType getGermGuiPartType(java.lang.Object typeIn)