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

D

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
Cleans up the underlying OpenGL resources of this 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
Deprecated.
Use LazyFont.createText(String, Color, float, float, float) instead! This will be removed soon.
DrawUtils - Class in org.lazywizard.lazylib.opengl
Contains methods to draw simple 2D shapes using OpenGL primitives.
A C D E F G H I J L M N O R S T V W 
Skip navigation links
LazyLib