|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<Layer> net.sf.juoserver.model.Layer
public enum Layer
Enum Constant Summary | |
---|---|
Arms
Arms and sleeves. |
|
Backpack
Backpacks. |
|
Bank
Bank box layer. |
|
Bracelet
Bracelets. |
|
Cloak
Cloaks. |
|
Earrings
Earrings. |
|
FacialHair
Beards and mustaches. |
|
FirstValid
First valid layer. |
|
Gloves
Gloves. |
|
Hair
Hair. |
|
Helm
Helmets), hats), and masks. |
|
InnerLegs
Leggings, inner layer. |
|
InnerTorso
Torso, inner layer. |
|
Invalid
Invalid layer. |
|
LastUserValid
Last valid non-internal layer. |
|
LastValid
Last valid layer. |
|
MiddleTorso
Torso), outer layer. |
|
Mount
Mount item layer. |
|
Neck
Gorgets and necklaces. |
|
OneHanded
One handed weapon. |
|
OuterLegs
Leggings, outer layer. |
|
OuterTorso
Torso, outer layer. |
|
Pants
Pants. |
|
Ring
Rings. |
|
Shirt
Shirts. |
|
Shoes
Shoes. |
|
ShopBuy
Vendor 'buy pack' layer. |
|
ShopResale
Vendor 'resale pack' layer. |
|
ShopSell
Vendor 'sell pack' layer. |
|
Talisman
Talismans. |
|
TwoHanded
Two handed weapon or shield. |
|
Unused_xF
Unused. |
|
Waist
Half aprons. |
Method Summary | |
---|---|
static Layer |
byCode(int code)
|
int |
getCode()
|
static Layer |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Layer[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Layer Invalid
public static final Layer FirstValid
public static final Layer OneHanded
public static final Layer TwoHanded
public static final Layer Shoes
public static final Layer Pants
public static final Layer Shirt
public static final Layer Helm
public static final Layer Gloves
public static final Layer Ring
public static final Layer Talisman
public static final Layer Neck
public static final Layer Hair
public static final Layer Waist
public static final Layer InnerTorso
public static final Layer Bracelet
public static final Layer Unused_xF
public static final Layer FacialHair
public static final Layer MiddleTorso
public static final Layer Earrings
public static final Layer Arms
public static final Layer Cloak
public static final Layer Backpack
public static final Layer OuterTorso
public static final Layer OuterLegs
public static final Layer InnerLegs
public static final Layer LastUserValid
public static final Layer Mount
public static final Layer ShopBuy
public static final Layer ShopResale
public static final Layer ShopSell
public static final Layer Bank
public static final Layer LastValid
Method Detail |
---|
public static Layer[] values()
for (Layer c : Layer.values()) System.out.println(c);
public static Layer valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic int getCode()
getCode
in interface Coded
public static Layer byCode(int code)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |