Class ServerPlayerDB
java.lang.Object
zombie.savefile.ServerPlayerDB
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
static ServerPlayerDB
static boolean
isAllow()
static boolean
void
process()
void
save()
void
serverConvertNetworkCharacter
(String string2, String string1) serverLoadNetworkCharacter
(int int0, String string1) void
serverUpdateNetworkCharacter
(ByteBuffer bb, UdpConnection connection) Deprecated.void
serverUpdateNetworkCharacter
(IsoPlayer isoPlayer, int int0, UdpConnection udpConnection) static void
setAllow
(boolean en)
-
Field Details
-
conn
-
-
Constructor Details
-
ServerPlayerDB
public ServerPlayerDB()
-
-
Method Details
-
setAllow
public static void setAllow(boolean en) -
isAllow
public static boolean isAllow() -
getInstance
-
isAvailable
public static boolean isAvailable() -
close
public void close() -
process
public void process() -
serverUpdateNetworkCharacter
Deprecated. -
save
public void save() -
serverUpdateNetworkCharacter
public void serverUpdateNetworkCharacter(IsoPlayer isoPlayer, int int0, UdpConnection udpConnection) -
serverConvertNetworkCharacter
-
serverLoadNetworkCharacter
-