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