- save() - Method in class JSONUtils.CommonDataJSONObject
-
- setAngle(float) - Method in class EllipticalOrbit
-
Explicitly sets where along our orbital path we should be.
- setColor(Color) - Method in class LazyFont.DrawableString
-
Sets the color text will be drawn as.
- setEntity(SectorEntityToken) - Method in class EllipticalOrbit
-
Called by Starsector itself - you can ignore this.
- setFontSize(float) - Method in class LazyFont.DrawableString
-
Changes the font size that this text will be rendered at.
- setKerning(int, int) - Method in class LazyFont.LazyChar
-
- setKerning(char, int) - Method in class LazyFont.LazyChar
-
- setLogLevel(Level) - Static method in class LazyLib
-
Sets the log level used for all other LazyLib classes.
- setMaxHeight(float) - Method in class LazyFont.DrawableString
-
Changes the maximum height of the area that this text will be rendered within.
- setMaxWidth(float) - Method in class LazyFont.DrawableString
-
Changes the maximum width of the area that this text will be rendered within.
- setText(String) - Method in class LazyFont.DrawableString
-
- showMessage(String, String, boolean) - Static method in class MessageUtils
-
Formats and word-wraps the supplied text, then outputs it as a sector
message.
- showMessage(String) - Static method in class MessageUtils
-
Formats and word-wraps the supplied text, then outputs it as a sector
message.
- SimpleEntity - Class in org.lazywizard.lazylib.combat.entities
-
A bare-bones implementation of CombatEntityAPI
, mostly useful for
decorative EMP arc targeting.
- SimpleEntity(Vector2f) - Constructor for class SimpleEntity
-
Creates a CombatEntityAPI
that stays in a single, predefined
location.
- SimpleEntity(WeaponAPI) - Constructor for class SimpleEntity
-
Creates a CombatEntityAPI
that mimics the location of a
WeaponAPI
.
- SimpleEntity(ShipEngineControllerAPI.ShipEngineAPI) - Constructor for class SimpleEntity
-
Creates a CombatEntityAPI
that mimics the location of a
ShipEngineControllerAPI.ShipEngineAPI
.
- SimpleEntity.SimpleEntityType - Enum in org.lazywizard.lazylib.combat.entities
-
- sin(double) - Static method in class FastTrig
-
Get the sine of an angle.
- SortEntitiesByDistance(Vector2f, boolean) - Constructor for class CollectionUtils.SortEntitiesByDistance
-
- SortEntitiesByDistance(Vector2f) - Constructor for class CollectionUtils.SortEntitiesByDistance
-
- SortTokensByDistance(Vector2f, boolean) - Constructor for class CollectionUtils.SortTokensByDistance
-
- SortTokensByDistance(Vector2f) - Constructor for class CollectionUtils.SortTokensByDistance
-
- spawnShipOrWingDirectly(String, FleetMemberType, FleetSide, float, Vector2f, float) - Static method in class CombatUtils
-
Spawns a ship directly onto the battle map, bypassing the fleet reserves.
- StringUtils - Class in org.lazywizard.lazylib
-
Contains methods for working with
String
s.