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