Class AnimalPathfind

java.lang.Object
zombie.characters.animals.pathfind.AnimalPathfind
All Implemented Interfaces:
IPathRenderer

public class AnimalPathfind extends Object implements IPathRenderer
  • Constructor Details

    • AnimalPathfind

      public AnimalPathfind()
  • Method Details

    • getInstance

      public static AnimalPathfind getInstance()
    • renderPath

      public void renderPath(UIWorldMap ui, Zone zone, float x1, float y1, float x2, float y2)
    • drawTriangleCentroid

      public void drawTriangleCentroid(Mesh mesh, int tri, float r, float g, float b, float a)
      Specified by:
      drawTriangleCentroid in interface IPathRenderer
    • drawLine

      public void drawLine(float x1, float y1, float x2, float y2, float r, float g, float b, float a)
      Specified by:
      drawLine in interface IPathRenderer
    • drawRect

      public void drawRect(float x1, float y1, float w, float h, float r, float g, float b, float a)
      Specified by:
      drawRect in interface IPathRenderer