LazyLib
A C F G I L M O S W

C

calculateActualDamage(float, WeaponAPI) - Static method in class org.lazywizard.lazylib.combat.WeaponUtils
Calculates the damage done by a weapon after MutableShipStats are applied.
calculateDamagePerBurst(WeaponAPI) - Static method in class org.lazywizard.lazylib.combat.WeaponUtils
Calculates the damage done per burst by a weapon after MutableShipStats are applied.
calculateDamagePerSecond(WeaponAPI) - Static method in class org.lazywizard.lazylib.combat.WeaponUtils
Calculates the damage done per second by a weapon after MutableShipStats are applied.
calculateDamagePerShot(WeaponAPI) - Static method in class org.lazywizard.lazylib.combat.WeaponUtils
Calculates the damage done per shot by a weapon after MutableShipStats are applied.
canUseSystemThisFrame(ShipAPI) - Static method in class org.lazywizard.lazylib.combat.AIUtils
Check if a ship's system can be used this frame.
CargoUtils - Class in org.lazywizard.lazylib.campaign
Contains methods for working with cargo and item stacks.
clampAngle(float) - Static method in class org.lazywizard.lazylib.MathUtils
Clamps an angle within 360 degrees (ex: 400 degrees becomes 40 degrees).
CollectionUtils - Class in org.lazywizard.lazylib
Contains methods for working with Collections.
CollectionUtils.SortEntitiesByDistance - Class in org.lazywizard.lazylib
A Comparator that sorts CombatEntityAPIs by distance from a Vector2f.
CollectionUtils.SortEntitiesByDistance(Vector2f) - Constructor for class org.lazywizard.lazylib.CollectionUtils.SortEntitiesByDistance
 
CollectionUtils.SortObjectivesByDistance - Class in org.lazywizard.lazylib
A Comparator that sorts BattleObjectiveAPIs by distance from a Vector2f.
CollectionUtils.SortObjectivesByDistance(Vector2f) - Constructor for class org.lazywizard.lazylib.CollectionUtils.SortObjectivesByDistance
 
CollectionUtils.SortTokensByDistance - Class in org.lazywizard.lazylib
A Comparator that sorts SectorEntityTokens by distance from a Vector2f.
CollectionUtils.SortTokensByDistance(Vector2f) - Constructor for class org.lazywizard.lazylib.CollectionUtils.SortTokensByDistance
 
CollisionUtils - Class in org.lazywizard.lazylib
Contains methods for working with bounds and collision detection.
CombatUtils - Class in org.lazywizard.lazylib.combat
Contains methods that deal with the battle map in general.
CombatUtils() - Constructor for class org.lazywizard.lazylib.combat.CombatUtils
 
compare(CombatEntityAPI, CombatEntityAPI) - Method in class org.lazywizard.lazylib.CollectionUtils.SortEntitiesByDistance
Compares the distances of two CombatEntityAPIs from a central location.
compare(BattleObjectiveAPI, BattleObjectiveAPI) - Method in class org.lazywizard.lazylib.CollectionUtils.SortObjectivesByDistance
Compares the distances of two BattleObjectiveAPIs from a central location.
compare(SectorEntityToken, SectorEntityToken) - Method in class org.lazywizard.lazylib.CollectionUtils.SortTokensByDistance
Compares the distances of two SectorEntityTokens from a central location.
cos(double) - Static method in class org.lazywizard.lazylib.FastTrig
Get the cosine of an angle

LazyLib
A C F G I L M O S W