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 void
close()
static ServerPlayerDB
getInstance()
static boolean
isAllow()
static boolean
isAvailable()
void
process()
void
serverLoadNetworkCharacter(java.nio.ByteBuffer byteBuffer, UdpConnection udpConnection)
void
serverUpdateNetworkCharacter(java.nio.ByteBuffer byteBuffer, UdpConnection udpConnection)
static void
setAllow(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)
-