Package zombie.popman

Class ZombiePopulationRenderer

java.lang.Object
zombie.popman.ZombiePopulationRenderer

public final class ZombiePopulationRenderer extends Object
  • Constructor Details

    • ZombiePopulationRenderer

      public ZombiePopulationRenderer()
  • Method Details

    • worldToScreenX

      public float worldToScreenX(float float1)
    • worldToScreenY

      public float worldToScreenY(float float1)
    • uiToWorldX

      public float uiToWorldX(float float1)
    • uiToWorldY

      public float uiToWorldY(float float1)
    • renderString

      public void renderString(float float1, float float2, String string, double double1, double double2, double double3, double double4)
    • renderRect

      public void renderRect(float float1, float float2, float float3, float float4, float float5, float float6, float float7, float float8)
    • renderLine

      public void renderLine(float float1, float float2, float float3, float float4, float float5, float float6, float float7, float float8)
    • renderCircle

      public void renderCircle(float float1, float float2, float float3, float float4, float float5, float float6, float float7)
    • renderZombie

      public void renderZombie(float float1, float float2, float float3, float float4, float float5)
    • renderVehicle

      public void renderVehicle(int int1, float float1, float float2, float float3, float float4, float float5)
    • outlineRect

      public void outlineRect(float float1, float float2, float float3, float float4, float float5, float float6, float float7, float float8)
    • renderCellInfo

      public void renderCellInfo(int int1, int int2, int int3, int int4, float float1)
    • render

      public void render(UIElement uIElement, float float1, float float2, float float3)
    • setWallFollowerStart

      public void setWallFollowerStart(int int1, int int2)
    • setWallFollowerEnd

      public void setWallFollowerEnd(int int1, int int2)
    • wallFollowerMouseMove

      public void wallFollowerMouseMove(int int1, int int2)
    • getOptionByName

      public ConfigOption getOptionByName(String string)
    • getOptionCount

      public int getOptionCount()
    • getOptionByIndex

      public ConfigOption getOptionByIndex(int int1)
    • setBoolean

      public void setBoolean(String string, boolean boolean1)
    • getBoolean

      public boolean getBoolean(String string)
    • save

      public void save()
    • load

      public void load()