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 int1, int int2, int int3, int int4, int int5, int int6, boolean boolean1)
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 int1, int int2, int int3, int int4, int int5, int int6, boolean boolean1)
-