public enum EnumPropolis extends java.lang.Enum<EnumPropolis> implements ItemOverlay.IOverlayInfo
| Modifier and Type | Field and Description |
|---|---|
static EnumPropolis[] |
VALUES |
| Modifier and Type | Method and Description |
|---|---|
int |
getPrimaryColor() |
int |
getSecondaryColor() |
java.lang.String |
getUid() |
boolean |
isSecret() |
static EnumPropolis |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumPropolis[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumPropolis NORMAL
public static final EnumPropolis STICKY
public static final EnumPropolis PULSATING
public static final EnumPropolis SILKY
public static final EnumPropolis[] VALUES
public static EnumPropolis[] values()
for (EnumPropolis c : EnumPropolis.values()) System.out.println(c);
public static EnumPropolis 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