Class AnimalPathfind

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

public class AnimalPathfind extends Object implements IPathRenderer
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    drawLine(float float1, float float2, float float5, float float6, float float8, float float9, float float10, float float11)
     
    void
    drawRect(float float0, float float1, float float6, float float7, float float2, float float3, float float4, float float5)
     
    void
    drawTriangleCentroid(Mesh var1, int int0, float float2, float float3, float float4, float float5)
     
     
    void
    renderPath(UIWorldMap uIWorldMap, Zone var2, float float1, float float0, float var5, float var6)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AnimalPathfind

      public AnimalPathfind()
  • Method Details

    • getInstance

      public static AnimalPathfind getInstance()
    • renderPath

      public void renderPath(UIWorldMap uIWorldMap, Zone var2, float float1, float float0, float var5, float var6)
    • drawTriangleCentroid

      public void drawTriangleCentroid(Mesh var1, int int0, float float2, float float3, float float4, float float5)
      Specified by:
      drawTriangleCentroid in interface IPathRenderer
    • drawLine

      public void drawLine(float float1, float float2, float float5, float float6, float float8, float float9, float float10, float float11)
      Specified by:
      drawLine in interface IPathRenderer
    • drawRect

      public void drawRect(float float0, float float1, float float6, float float7, float float2, float float3, float float4, float float5)
      Specified by:
      drawRect in interface IPathRenderer