See: Description
| Interface | Description |
|---|---|
| CollectionUtils.CollectionFilter<T> |
Used with
CollectionUtils.filter(Collection, CollectionUtils.CollectionFilter)
to filter out unwanted entries in a Collection. |
| Class | Description |
|---|---|
| CollectionUtils |
Contains methods for working with Collections.
|
| CollectionUtils.SortEntitiesByDistance | |
| CollectionUtils.SortTokensByDistance | |
| CollisionUtils |
Contains methods for line intersection, bounds and collision detection tests.
|
| EllipseUtils |
Contains methods for dealing with ellipses.
|
| FastTrig |
Math utility class that trades accuracy for speed, often returning several times faster than
Math's
equivalent functions. |
| JSONUtils |
Contains methods for dealing with JSON objects.
|
| JSONUtils.CommonDataJSONObject |
Provides a wrapper around
JSONObject that allows saving and restoring its values to/from the common data
folder (saves/common). |
| LazyLib |
Contains information on the current version of LazyLib.
|
| MathUtils |
Contains methods for working with vectors, angles, distances, and circles.
|
| ModUtils |
Contains methods for dealing with mod level (non-gameplay) tasks.
|
| StringUtils |
Contains methods for working with
Strings. |
| VectorUtils |
Contains methods for manipulating
Vector2fs. |