Package | Description |
---|---|
skyproc | |
skyproc.genenums |
Modifier and Type | Method and Description |
---|---|
DeliveryType |
ENCH.getDeliveryType() |
DeliveryType |
MGEF.getDeliveryType() |
DeliveryType |
SPEL.getDeliveryType() |
Modifier and Type | Method and Description |
---|---|
void |
ENCH.setDeliveryType(DeliveryType type) |
void |
MGEF.setDeliveryType(DeliveryType del) |
void |
SPEL.setDeliveryType(DeliveryType type) |
Modifier and Type | Method and Description |
---|---|
static DeliveryType |
DeliveryType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeliveryType[] |
DeliveryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|