- DefenseType - Enum in org.lazywizard.lazylib.combat
-
- DefenseUtils - Class in org.lazywizard.lazylib.combat
-
Contains methods to make working with a ship's armor grid and defenses
easier.
- dispose() - Method in class LazyFont.DrawableString
-
- draw(float, float) - Method in class LazyFont.DrawableString
-
Renders the text area at the specified coordinates.
- draw(Vector2f) - Method in class LazyFont.DrawableString
-
Renders the text area at the specified coordinates.
- drawArc(float, float, float, float, float, int, boolean) - Static method in class DrawUtils
-
Draws an arc made up of line segments.
- drawAtAngle(float, float, float) - Method in class LazyFont.DrawableString
-
Renders the text area at the specified coordinates with the specified angle.
- drawAtAngle(Vector2f, float) - Method in class LazyFont.DrawableString
-
Renders the text area at the specified coordinates with the specified angle.
- drawCircle(float, float, float, int, boolean) - Static method in class DrawUtils
-
Draws a simple circle made of line segments, or a filled circle if
drawFilled
is true.
- drawEllipse(float, float, float, float, float, int, boolean) - Static method in class DrawUtils
-
Draws an elliptical shape made of line segments, or a filled ellipse if
drawFilled
is true.
- drawText(String, float, float, float, float, float) - Method in class LazyFont
-
- DrawUtils - Class in org.lazywizard.lazylib.opengl
-
Contains methods to draw simple 2D shapes using OpenGL primitives.