Class IngameState
java.lang.Object
zombie.gameStates.GameState
zombie.gameStates.IngameState
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic boolean
static float
static float
static IngameState
long
boolean
float
boolean
boolean
boolean
boolean
boolean
boolean
boolean
static int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
copyDirectory
(File file0, File file1) static void
static void
createWorld
(String string0) void
debugFullyStreamedIn
(int int0, int int1) void
enter()
void
exit()
static float
invTranslatePointX
(float float0, float float3, float float2, float float1) static float
invTranslatePointY
(float float0, float float3, float float2, float float1) void
reenter()
void
render()
static void
renderDebugOverhead
(IsoCell cell, int int12, int int4, int int2, int int3) static void
renderDebugOverhead2
(IsoCell cell, int int6, float float2, int int2, int int3, float float0, float float1, int int0, int int1) void
renderframe
(int int0) void
renderframetext
(int int0) void
static void
renderLine
(float float1, float float3, float float5, float float7, float float8, float float9, float float10, float float11) static void
renderRect
(float float1, float float3, float float5, float float7, float float8, float float9, float float10, float float11) static float
translatePointX
(float float0, float float1, float float2, float float3) static float
translatePointY
(float float0, float float1, float float2, float float3) update()
void
void
yield()
-
Field Details
-
WaitMul
public static int WaitMul -
instance
-
draww
public static float draww -
drawh
public static float drawh -
numberTicks
public long numberTicks -
Paused
public boolean Paused -
SaveDelay
public float SaveDelay -
showAnimationViewer
public boolean showAnimationViewer -
showAttachmentEditor
public boolean showAttachmentEditor -
showChunkDebugger
public boolean showChunkDebugger -
showSpriteModelEditor
public boolean showSpriteModelEditor -
showTileGeometryEditor
public boolean showTileGeometryEditor -
showGlobalObjectDebugger
public boolean showGlobalObjectDebugger -
showVehicleEditor
-
showWorldMapEditor
-
showSeamEditor
public boolean showSeamEditor -
bLoading
public static boolean bLoading
-
-
Constructor Details
-
IngameState
public IngameState()
-
-
Method Details
-
renderDebugOverhead
-
translatePointX
public static float translatePointX(float float0, float float1, float float2, float float3) -
invTranslatePointX
public static float invTranslatePointX(float float0, float float3, float float2, float float1) -
invTranslatePointY
public static float invTranslatePointY(float float0, float float3, float float2, float float1) -
translatePointY
public static float translatePointY(float float0, float float1, float float2, float float3) -
renderRect
public static void renderRect(float float1, float float3, float float5, float float7, float float8, float float9, float float10, float float11) -
renderLine
public static void renderLine(float float1, float float3, float float5, float float7, float float8, float float9, float float10, float float11) -
renderDebugOverhead2
public static void renderDebugOverhead2(IsoCell cell, int int6, float float2, int int2, int int3, float float0, float float1, int int0, int int1) -
copyWorld
-
copyDirectory
- Throws:
IOException
-
createWorld
-
debugFullyStreamedIn
public void debugFullyStreamedIn(int int0, int int1) -
UpdateStuff
public void UpdateStuff() -
enter
-
exit
-
yield
-
redirectState
- Overrides:
redirectState
in classGameState
-
reenter
-
renderframetext
public void renderframetext(int int0) -
renderframe
public void renderframe(int int0) -
renderframeui
public void renderframeui() -
render
-
update
-