Package zombie.gameStates
Class ConnectToServerState
java.lang.Object
zombie.gameStates.GameState
zombie.gameStates.ConnectToServerState
public final class ConnectToServerState extends GameState
-
Field Summary
Fields Modifier and Type Field Description static ConnectToServerStateinstance -
Constructor Summary
Constructors Constructor Description ConnectToServerState(java.nio.ByteBuffer byteBuffer) -
Method Summary
Modifier and Type Method Description voidenter()voidexit()voidFromLua(java.lang.String string)GameStateMachine.StateActionupdate()Methods inherited from class zombie.gameStates.GameState
redirectState, reenter, render, yieldMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
instance
-
-
Constructor Details
-
ConnectToServerState
public ConnectToServerState(java.nio.ByteBuffer byteBuffer)
-
-
Method Details