LazyLib
A C D F G I L M O S V W

G

getAlliesOnMap(CombatEntityAPI, boolean) - Static method in class org.lazywizard.lazylib.combat.AIUtils
Find all present allies of an entity.
getAlliesOnMap(CombatEntityAPI) - Static method in class org.lazywizard.lazylib.combat.AIUtils
Find all present allies of an entity.
getAngle(Vector2f, Vector2f) - Static method in class org.lazywizard.lazylib.MathUtils
Returns the angle between two Vector2fs.
getAsteroidsWithinRange(Vector2f, float, boolean) - Static method in class org.lazywizard.lazylib.combat.CombatUtils
Returns all asteroids in range of a given location.
getAsteroidsWithinRange(Vector2f, float) - Static method in class org.lazywizard.lazylib.combat.CombatUtils
Returns all asteroids in range of a given location.
getCollides(Vector2f, Vector2f, Vector2f, float) - Static method in class org.lazywizard.lazylib.CollisionUtils
Check if a line connects with a circle.
getCollisionPoint(Vector2f, Vector2f, CombatEntityAPI) - Static method in class org.lazywizard.lazylib.CollisionUtils
Finds the part of the ship that would be intersected by a given path.
getCollisionPoint(Vector2f, Vector2f, Vector2f, Vector2f) - Static method in class org.lazywizard.lazylib.CollisionUtils
Finds the point of intersection between two lines.
getCombatEngine() - Static method in class org.lazywizard.lazylib.combat.CombatUtils
Returns the currently used CombatEngineAPI.
getDirectionalVector(Vector2f, Vector2f) - Static method in class org.lazywizard.lazylib.MathUtils
Returns a normalized Vector2f pointing from source to destination.
getDirectionalVector(CombatEntityAPI, Vector2f) - Static method in class org.lazywizard.lazylib.MathUtils
Returns a normalized Vector2f pointing from source to destination.
getDirectionalVector(CombatEntityAPI, CombatEntityAPI) - Static method in class org.lazywizard.lazylib.MathUtils
Returns a normalized Vector2f pointing from source to destination.
getDistance(SectorEntityToken, SectorEntityToken) - Static method in class org.lazywizard.lazylib.MathUtils
Returns the distance between two SectorEntityTokens.
getDistance(SectorEntityToken, Vector2f) - Static method in class org.lazywizard.lazylib.MathUtils
Returns the distance between a SectorEntityToken and a {@link Vector2f).
getDistance(CombatEntityAPI, CombatEntityAPI) - Static method in class org.lazywizard.lazylib.MathUtils
Returns the distance between two CombatEntityAPIs.
getDistance(CombatEntityAPI, Vector2f) - Static method in class org.lazywizard.lazylib.MathUtils
Returns the distance between a CombatEntityAPI and a Vector2f.
getDistance(Vector2f, Vector2f) - Static method in class org.lazywizard.lazylib.MathUtils
Returns the distance between two Vector2fs.
getDistanceSquared(SectorEntityToken, SectorEntityToken) - Static method in class org.lazywizard.lazylib.MathUtils
Returns the distance squared between two SectorEntityTokens.
getDistanceSquared(SectorEntityToken, Vector2f) - Static method in class org.lazywizard.lazylib.MathUtils
Returns the distance squared between a SectorEntityToken and a {@link Vector2f).
getDistanceSquared(CombatEntityAPI, CombatEntityAPI) - Static method in class org.lazywizard.lazylib.MathUtils
Returns the distance squared between two CombatEntityAPIs.
getDistanceSquared(CombatEntityAPI, Vector2f) - Static method in class org.lazywizard.lazylib.MathUtils
Returns the distance squared between a CombatEntityAPI and a Vector2f.
getDistanceSquared(Vector2f, Vector2f) - Static method in class org.lazywizard.lazylib.MathUtils
Returns the distance squared between two Vector2fs (avoids a costly sqrt()).
getElapsedCombatTime() - Static method in class org.lazywizard.lazylib.combat.CombatUtils
Returns the length of the current battle.
getEnemiesOnMap(CombatEntityAPI, boolean) - Static method in class org.lazywizard.lazylib.combat.AIUtils
Find all present enemies of an entity.
getEnemiesOnMap(CombatEntityAPI) - Static method in class org.lazywizard.lazylib.combat.AIUtils
Find all present enemies of an entity.
getEntitiesWithinRange(Vector2f, float, boolean) - Static method in class org.lazywizard.lazylib.combat.CombatUtils
Returns all entities in range of a given location.
getEntitiesWithinRange(Vector2f, float) - Static method in class org.lazywizard.lazylib.combat.CombatUtils
Returns all entities in range of a given location.
getFacing(Vector2f) - Static method in class org.lazywizard.lazylib.MathUtils
Returns the facing of a Vector2f.
getMissilesWithinRange(Vector2f, float, boolean) - Static method in class org.lazywizard.lazylib.combat.CombatUtils
Returns all missiles in range of a given location.
getMissilesWithinRange(Vector2f, float) - Static method in class org.lazywizard.lazylib.combat.CombatUtils
Returns all missiles in range of a given location.
getNearbyAllies(CombatEntityAPI, float, boolean) - Static method in class org.lazywizard.lazylib.combat.AIUtils
Finds all allies within a certain range around an entity.
getNearbyAllies(CombatEntityAPI, float) - Static method in class org.lazywizard.lazylib.combat.AIUtils
Finds all allies within a certain range around an entity.
getNearbyEnemies(CombatEntityAPI, float, boolean) - Static method in class org.lazywizard.lazylib.combat.AIUtils
Finds all enemies within a certain range around an entity.
getNearbyEnemies(CombatEntityAPI, float) - Static method in class org.lazywizard.lazylib.combat.AIUtils
Finds all enemies within a certain range around an entity.
getNearestAlly(CombatEntityAPI) - Static method in class org.lazywizard.lazylib.combat.AIUtils
Find the closest ally of an entity.
getNearestEnemy(CombatEntityAPI) - Static method in class org.lazywizard.lazylib.combat.AIUtils
Find the closest enemy of an entity.
getNearestObjective(CombatEntityAPI) - Static method in class org.lazywizard.lazylib.combat.AIUtils
Find the closest BattleObjectiveAPI to an entity.
getNearestShip(CombatEntityAPI) - Static method in class org.lazywizard.lazylib.combat.AIUtils
Find the closest ship near entity.
getObjectivesWithinRange(Vector2f, float, boolean) - Static method in class org.lazywizard.lazylib.combat.CombatUtils
Returns all objectives in range of a given location.
getObjectivesWithinRange(Vector2f, float) - Static method in class org.lazywizard.lazylib.combat.CombatUtils
Returns all objectives in range of a given location.
getPointOnCircumference(Vector2f, float, float) - Static method in class org.lazywizard.lazylib.MathUtils
Returns a point along the circumference of a circle at the given angle.
getPointsAlongCircumference(Vector2f, float, int, float) - Static method in class org.lazywizard.lazylib.MathUtils
Returns an evenly distributed List of points along a circle's circumference.
getProjectilesWithinRange(Vector2f, float, boolean) - Static method in class org.lazywizard.lazylib.combat.CombatUtils
Returns all projectiles in range of a given location.
getProjectilesWithinRange(Vector2f, float) - Static method in class org.lazywizard.lazylib.combat.CombatUtils
Returns all projectiles in range of a given location.
getRandomPointInCircle(Vector2f, float) - Static method in class org.lazywizard.lazylib.MathUtils
Returns a random point inside of a circle with uniform distribution.
getRandomPointOnCircumference(Vector2f, float) - Static method in class org.lazywizard.lazylib.MathUtils
Returns a random point along the circumference of a circle.
getShipsWithinRange(Vector2f, float, boolean) - Static method in class org.lazywizard.lazylib.combat.CombatUtils
Returns all ships in range of a given location.
getShipsWithinRange(Vector2f, float) - Static method in class org.lazywizard.lazylib.combat.CombatUtils
Returns all ships in range of a given location.
getSpaceTakenByCrew(CargoAPI) - Static method in class org.lazywizard.lazylib.campaign.CargoUtils
Returns the amount of space taken by crew in a CargoAPI.
getSpaceTakenByFuel(CargoAPI) - Static method in class org.lazywizard.lazylib.campaign.CargoUtils
Returns the amount of space taken by fuel in a CargoAPI.
getSpaceTakenByResources(CargoAPI) - Static method in class org.lazywizard.lazylib.campaign.CargoUtils
Returns the amount of space taken by all resources in a CargoAPI.
getSpaceTakenBySupplies(CargoAPI) - Static method in class org.lazywizard.lazylib.campaign.CargoUtils
Returns the amount of space taken by supplies in a CargoAPI.
getSpaceTakenByWeapons(CargoAPI) - Static method in class org.lazywizard.lazylib.campaign.CargoUtils
Returns the amount of space taken by weapons in a CargoAPI.
getTimeToAim(WeaponAPI, Vector2f) - Static method in class org.lazywizard.lazylib.combat.WeaponUtils
Calculate how long it would take to turn a WeaponAPI to aim at a location.
getVersion() - Static method in class org.lazywizard.lazylib.LazyLib
Get the version number of this LazyLib instance.

LazyLib
A C D F G I L M O S V W