Package zombie.gameStates
Class DebugChunkState
java.lang.Object
zombie.gameStates.GameState
zombie.gameStates.DebugChunkState
public class DebugChunkState extends GameState
-
Constructor Summary
Constructors Constructor Description DebugChunkState()
-
Method Summary
Modifier and Type Method Description void
enter()
void
exit()
LosUtil.TestResults
lineClearCached(IsoCell cell, int x1, int y1, int z1, int x0, int y0, int z0, boolean bIgnoreDoors)
void
render()
GameStateMachine.StateAction
update()
Methods inherited from class zombie.gameStates.GameState
redirectState, reenter, yield
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DebugChunkState
public DebugChunkState()
-
-
Method Details
-
enter
public void enter() -
exit
public void exit() -
render
public void render() -
update
-
lineClearCached
public LosUtil.TestResults lineClearCached(IsoCell cell, int x1, int y1, int z1, int x0, int y0, int z0, boolean bIgnoreDoors)
-