Package | Description |
---|---|
org.lazywizard.lazylib.combat |
Contains combat helper classes.
|
Modifier and Type | Method and Description |
---|---|
static DefenseType |
DefenseUtils.getDefenseAtPoint(ShipAPI ship,
Vector2f loc)
Determine what
DefenseType is present at a specific location
on a ShipAPI . |
static DefenseType |
DefenseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefenseType[] |
DefenseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|