Class LineDrawer.DrawableLine

java.lang.Object
zombie.debug.LineDrawer.DrawableLine
Enclosing class:
LineDrawer

public static class LineDrawer.DrawableLine extends Object
  • Field Details

    • line

      public boolean line
  • Constructor Details

    • DrawableLine

      public DrawableLine()
  • Method Details

    • init

      public LineDrawer.DrawableLine init(float x, float y, float z, float x2, float y2, float z2, float r, float g, float b, String name)
    • init

      public LineDrawer.DrawableLine init(float x, float y, float z, float x2, float y2, float z2, float r, float g, float b, String name, boolean bLine)
    • init

      public LineDrawer.DrawableLine init(float x, float y, float z, float x2, float y2, float z2, float r, float g, float b, float a)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object