LazyLib

Package org.lazywizard.lazylib

Contains general methods that mostly help with non-API data types.

See:
          Description

Class Summary
CollectionUtils Contains methods for working with Collections.
CollectionUtils.SortEntitiesByDistance A Comparator that sorts CombatEntityAPIs by distance from a Vector2f.
CollectionUtils.SortObjectivesByDistance A Comparator that sorts BattleObjectiveAPIs by distance from a Vector2f.
CollectionUtils.SortTokensByDistance A Comparator that sorts SectorEntityTokens by distance from a Vector2f.
CollisionUtils Contains methods for working with bounds and collision detection.
FastTrig Utility to handle Java's odd trig performance issues
LazyLib Contains information on the current version of LazyLib.
Line A simple extension of Line2D.Float that supports Vector2fs.
MathUtils Contains methods for working with vectors, angles, distances, and circles.
 

Package org.lazywizard.lazylib Description

Contains general methods that mostly help with non-API data types.


LazyLib