Skip navigation links
LazyLib
A C D E F G H I J L M N O R S T V W 

C

calcWidth(String, float) - Method in class LazyFont
Returns the raw width of a String at a specific font size, without taking into account word wrapping.
CampaignUtils - Class in org.lazywizard.lazylib.campaign
Contains methods for working with campaign objects.
CampaignUtils.IncludeRep - Enum in org.lazywizard.lazylib.campaign
Controls what RepLevels will be accepted by methods that check reputation relative to the RepLevel passed in.
canUseSystemThisFrame(ShipAPI) - Static method in class AIUtils
Check if a ship's system can be used/toggled this frame.
CargoUtils - Class in org.lazywizard.lazylib.campaign
Contains methods for working with cargo and item stacks.
centerViewport(Vector2f) - Static method in class CombatUtils
Recenters the viewport at a specific point.
clamp(float, float, float) - Static method in class MathUtils
Clamps a Float, ensuring it falls within a given range.
clamp(int, int, int) - Static method in class MathUtils
Clamps an Integer, ensuring it falls within a given range.
clampAngle(float) - Static method in class MathUtils
Clamps an angle within 360 degrees (ex: 400 degrees becomes 40 degrees).
clampLength(Vector2f, float, Vector2f) - Static method in class VectorUtils
Reduces a vector's length if it is higher than the passed in argument and stores the result in a destination vector.
clampLength(Vector2f, float) - Static method in class VectorUtils
Reduces a vector's length if it is higher than the passed in argument.
clampLength(Vector2f, float, float, Vector2f) - Static method in class VectorUtils
Ensures a vector's length is within the given parameters and stores the result in a destination vector.
clampLength(Vector2f, float, float) - Static method in class VectorUtils
Ensures a vector's length is within the given parameters and stores the result in a destination vector.
clear(JSONObject) - Static method in class JSONUtils
Clears all entries in a JSONObject.
close() - Method in class JSONUtils.CommonDataJSONObject
Implemented as part of the AutoCloseable interface.
CollectionUtils - Class in org.lazywizard.lazylib
Contains methods for working with Collections.
CollectionUtils.CollectionFilter<T> - Interface in org.lazywizard.lazylib
CollectionUtils.SortEntitiesByDistance - Class in org.lazywizard.lazylib
A Comparator that sorts CombatEntityAPIs by distance from the Vector2f passed into the constructor.
CollectionUtils.SortTokensByDistance - Class in org.lazywizard.lazylib
A Comparator that sorts SectorEntityTokens by distance the Vector2f passed into the constructor.
CollisionUtils - Class in org.lazywizard.lazylib
Contains methods for line intersection, bounds and collision detection tests.
ColorUtils - Class in org.lazywizard.lazylib.opengl
Contains methods for working with OpenGL and AWT color objects.
CombatUtils - Class in org.lazywizard.lazylib.combat
Contains methods that deal with the battle map in general.
combinedList(Collection<T>...) - Static method in class CollectionUtils
Returns a combined List from several Collections.
combinedSet(Collection<T>...) - Static method in class CollectionUtils
Returns a combined Set from several Collections.
CommonDataJSONObject(String) - Constructor for class JSONUtils.CommonDataJSONObject
Creates a new JSONObject that will save to the provided filename in the common data folder.
compare(CombatEntityAPI, CombatEntityAPI) - Method in class CollectionUtils.SortEntitiesByDistance
Compares the distances of two CombatEntityAPIs from a central location.
compare(SectorEntityToken, SectorEntityToken) - Method in class CollectionUtils.SortTokensByDistance
Compares the distances of two SectorEntityTokens from a central location.
computeCurrentLocation() - Method in class EllipticalOrbit
 
cos(double) - Static method in class FastTrig
Get the cosine of an angle.
createText(String, Color, float, float, float) - Method in class LazyFont
Create a LazyFont.DrawableString with the specified initial text, color, and font size, with text wrapping and a max height - any appended text past that limit will be discarded.
createText(String, Color, float, float) - Method in class LazyFont
Create a LazyFont.DrawableString with the specified initial text, color, and font size, with text wrapping.
createText(String, Color, float) - Method in class LazyFont
Create a LazyFont.DrawableString with the specified initial text, color, and font size, with no text wrapping.
createText(String, Color) - Method in class LazyFont
Create a LazyFont.DrawableString with the specified initial text and color.
createText(String) - Method in class LazyFont
Create a LazyFont.DrawableString with the specified initial text.
createText() - Method in class LazyFont
Create a LazyFont.DrawableString with no text, ready for appending.
currentAngle - Variable in class EllipticalOrbit
 
A C D E F G H I J L M N O R S T V W 
Skip navigation links
LazyLib