public enum EnumElectronTube extends java.lang.Enum<EnumElectronTube> implements ItemOverlay.IOverlayInfo
| Enum Constant and Description |
|---|
APATITE |
BLAZE |
BRONZE |
COPPER |
DIAMOND |
EMERALD |
ENDER |
GOLD |
IRON |
LAPIS |
OBSIDIAN |
ORCHID |
RUBBER |
TIN |
| Modifier and Type | Field and Description |
|---|---|
static EnumElectronTube[] |
VALUES |
| Modifier and Type | Method and Description |
|---|---|
int |
getPrimaryColor() |
int |
getSecondaryColor() |
java.lang.String |
getUid() |
boolean |
isSecret() |
static EnumElectronTube |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumElectronTube[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumElectronTube COPPER
public static final EnumElectronTube TIN
public static final EnumElectronTube BRONZE
public static final EnumElectronTube IRON
public static final EnumElectronTube GOLD
public static final EnumElectronTube DIAMOND
public static final EnumElectronTube OBSIDIAN
public static final EnumElectronTube BLAZE
public static final EnumElectronTube RUBBER
public static final EnumElectronTube EMERALD
public static final EnumElectronTube APATITE
public static final EnumElectronTube LAPIS
public static final EnumElectronTube ENDER
public static final EnumElectronTube ORCHID
public static final EnumElectronTube[] VALUES
public static EnumElectronTube[] values()
for (EnumElectronTube c : EnumElectronTube.values()) System.out.println(c);
public static EnumElectronTube 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 getUid()
getUid in interface ItemOverlay.IOverlayInfopublic int getPrimaryColor()
getPrimaryColor in interface ItemOverlay.IOverlayInfopublic int getSecondaryColor()
getSecondaryColor in interface ItemOverlay.IOverlayInfopublic boolean isSecret()
isSecret in interface ItemOverlay.IOverlayInfo