Package | Description |
---|---|
skyproc |
Modifier and Type | Method and Description |
---|---|
static Mod.Mod_Flags |
Mod.Mod_Flags.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Mod.Mod_Flags[] |
Mod.Mod_Flags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Mod.isFlag(Mod.Mod_Flags flag)
Returns whether the given flag is on or off.
|
void |
Mod.setFlag(Mod.Mod_Flags flag,
boolean on)
Sets the given flag in the mod.
|