Package zombie.gameStates
Class ServerDisconnectState
java.lang.Object
zombie.gameStates.GameState
zombie.gameStates.ServerDisconnectState
public class ServerDisconnectState extends GameState
-
Constructor Summary
Constructors Constructor Description ServerDisconnectState()
-
Method Summary
Modifier and Type Method Description void
enter()
void
exit()
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
-
ServerDisconnectState
public ServerDisconnectState()
-
-
Method Details