Package zombie.iso.weather
Class WorldFlares
java.lang.Object
zombie.iso.weather.WorldFlares
public class WorldFlares
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WorldFlares.Flare
-
Field Summary
Fields Modifier and Type Field Description static boolean
DEBUG_DRAW
static boolean
ENABLED
static int
NEXT_ID
-
Constructor Summary
Constructors Constructor Description WorldFlares()
-
Method Summary
Modifier and Type Method Description static void
applyFlaresForPlayer(RenderSettings.PlayerRenderSettings playerRenderSettings, int int1, IsoPlayer player)
static void
Clear()
static void
debugRender()
static boolean
getDebugDraw()
static WorldFlares.Flare
getFlare(int int1)
static int
getFlareCount()
static WorldFlares.Flare
getFlareID(int int1)
static void
launchFlare(float float1, int int1, int int2, int int3, float float2, float float3, float float4, float float5, float float6, float float7, float float8)
static void
setDebugDraw(boolean boolean1)
static void
update()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ENABLED
public static final boolean ENABLED- See Also:
- Constant Field Values
-
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
-
getFlareID
-
launchFlare
public static void launchFlare(float float1, int int1, int int2, int int3, float float2, float float3, float float4, float float5, float float6, float float7, float float8) -
update
public static void update() -
applyFlaresForPlayer
public static void applyFlaresForPlayer(RenderSettings.PlayerRenderSettings playerRenderSettings, int int1, IsoPlayer player) -
setDebugDraw
public static void setDebugDraw(boolean boolean1) -
getDebugDraw
public static boolean getDebugDraw() -
debugRender
public static void debugRender()
-