Package zombie.spnetwork
Class SinglePlayerClient
java.lang.Object
zombie.spnetwork.SinglePlayerClient
public final class SinglePlayerClient
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static UdpConnectionconnectionstatic UdpEngineudpEngine -
Constructor Summary
Constructors Constructor Description SinglePlayerClient() -
Method Summary
Modifier and Type Method Description static voidaddIncoming(short short1, java.nio.ByteBuffer byteBuffer)static voidReset()static voidsendClientCommand(IsoPlayer player, java.lang.String string, java.lang.String string2, KahluaTable kahluaTable)static voidupdate()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
udpEngine
-
connection
-
-
Constructor Details
-
SinglePlayerClient
public SinglePlayerClient()
-
-
Method Details
-
addIncoming
public static void addIncoming(short short1, java.nio.ByteBuffer byteBuffer) -
update
public static void update() throws java.lang.Exception- Throws:
java.lang.Exception
-
sendClientCommand
public static void sendClientCommand(IsoPlayer player, java.lang.String string, java.lang.String string2, KahluaTable kahluaTable) -
Reset
public static void Reset()
-