java.io.Serializable, java.lang.Comparable<ItemPossessor.Expire>public static enum ItemPossessor.Expire extends java.lang.Enum<ItemPossessor.Expire>
| Enum Constant | Description |
|---|---|
Inheret |
|
Monster_Body |
|
Monster_EQ |
|
Never |
|
Player_Body |
|
Player_Drop |
|
Resource |
| Modifier and Type | Method | Description |
|---|---|---|
long |
getExpirationMilliseconds() |
Return the expiration time of an item of this
expire code in RL milliseconds.
|
static ItemPossessor.Expire |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ItemPossessor.Expire[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ItemPossessor.Expire Never
public static final ItemPossessor.Expire Monster_EQ
public static final ItemPossessor.Expire Player_Drop
public static final ItemPossessor.Expire Resource
public static final ItemPossessor.Expire Monster_Body
public static final ItemPossessor.Expire Player_Body
public static final ItemPossessor.Expire Inheret
public static ItemPossessor.Expire[] values()
for (ItemPossessor.Expire c : ItemPossessor.Expire.values()) System.out.println(c);
public static ItemPossessor.Expire 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 long getExpirationMilliseconds()