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 voidenter()voidexit()LosUtil.TestResultslineClearCached(IsoCell cell, int x1, int y1, int z1, int x0, int y0, int z0, boolean bIgnoreDoors)voidrender()GameStateMachine.StateActionupdate()Methods inherited from class zombie.gameStates.GameState
redirectState, reenter, yieldMethods 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)
-