Package zombie.savefile
Class ServerPlayerDB
java.lang.Object
zombie.savefile.ServerPlayerDB
public final class ServerPlayerDB
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ServerPlayerDB() -
Method Summary
Modifier and Type Method Description voidclose()static ServerPlayerDBgetInstance()static booleanisAllow()static booleanisAvailable()voidprocess()voidserverLoadNetworkCharacter(java.nio.ByteBuffer byteBuffer, UdpConnection udpConnection)voidserverUpdateNetworkCharacter(java.nio.ByteBuffer byteBuffer, UdpConnection udpConnection)static voidsetAllow(boolean boolean1)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ServerPlayerDB
public ServerPlayerDB()
-
-
Method Details
-
setAllow
public static void setAllow(boolean boolean1) -
isAllow
public static boolean isAllow() -
getInstance
-
isAvailable
public static boolean isAvailable() -
close
public void close() -
process
public void process() -
serverUpdateNetworkCharacter
public void serverUpdateNetworkCharacter(java.nio.ByteBuffer byteBuffer, UdpConnection udpConnection) -
serverLoadNetworkCharacter
public void serverLoadNetworkCharacter(java.nio.ByteBuffer byteBuffer, UdpConnection udpConnection)
-