Class WorldFlares

java.lang.Object
zombie.iso.weather.WorldFlares

public class WorldFlares extends Object
TurboTuTone.
  • Field Details

    • ENABLED

      public static final boolean ENABLED
      See Also:
    • DEBUG_DRAW

      public static boolean DEBUG_DRAW
    • NEXT_ID

      public static int NEXT_ID
  • Constructor Details

    • WorldFlares

      public WorldFlares()
  • Method Details

    • Clear

      public static void Clear()
    • getFlareCount

      public static int getFlareCount()
    • getFlare

      public static WorldFlares.Flare getFlare(int index)
    • getFlareID

      public static WorldFlares.Flare getFlareID(int id)
    • launchFlare

      public static void launchFlare(float lifetime, int x, int y, int range, float windSpeed, float r, float g, float b, float ri, float gi, float bi)
    • update

      public static void update()
    • applyFlaresForPlayer

      public static void applyFlaresForPlayer(RenderSettings.PlayerRenderSettings renderSettings, int plrIndex, IsoPlayer player)
    • setDebugDraw

      public static void setDebugDraw(boolean b)
    • getDebugDraw

      public static boolean getDebugDraw()
    • debugRender

      public static void debugRender()