Uses of Class
zombie.network.ServerWorldDatabase.LogonResult
Packages that use ServerWorldDatabase.LogonResult
-
Uses of ServerWorldDatabase.LogonResult in zombie.network
Methods in zombie.network that return ServerWorldDatabase.LogonResultModifier and TypeMethodDescriptionServerWorldDatabase.authClient
(long steamID) ServerWorldDatabase.authClient
(String string0, String string2, String string1, long long0, int int0) ServerWorldDatabase.authOwner
(long steamID, long ownerID) ServerWorldDatabase.googleAuthClient
(String string0, String string1) Methods in zombie.network with parameters of type ServerWorldDatabase.LogonResultModifier and TypeMethodDescriptionstatic void
GameServer.receiveClientConnect
(UdpConnection connection, ServerWorldDatabase.LogonResult r) static void
ConnectionDetails.write
(UdpConnection connection, ServerWorldDatabase.LogonResult logonResult, ByteBuffer bb) -
Uses of ServerWorldDatabase.LogonResult in zombie.network.packets
Methods in zombie.network.packets with parameters of type ServerWorldDatabase.LogonResultModifier and TypeMethodDescriptionvoid
RequestDataPacket.sendConnectingDetails
(UdpConnection connection, ServerWorldDatabase.LogonResult logonResult)