Uses of Class
zombie.network.Account
Packages that use Account
-
Uses of Account in zombie.core
Methods in zombie.core that return AccountMethods in zombie.core with parameters of type Account -
Uses of Account in zombie.Lua
Methods in zombie.Lua with parameters of type AccountModifier and TypeMethodDescriptionstatic void
LuaManager.GlobalObject.addAccountToAccountList
(Server server, Account account) static void
LuaManager.GlobalObject.deleteAccountToAccountList
(Account account) static void
LuaManager.GlobalObject.updateAccountToAccountList
(Account account) -
Uses of Account in zombie.network
Methods in zombie.network that return types with arguments of type AccountMethods in zombie.network with parameters of type AccountModifier and TypeMethodDescriptionvoid
Server.addAccount
(Account account) void
Server.removeAccount
(Account account) -
Uses of Account in zombie.savefile
Methods in zombie.savefile with parameters of type AccountModifier and TypeMethodDescriptionboolean
AccountDBHelper.deleteAccount
(Account account) int
AccountDBHelper.saveNewAccount
(Server server, Account account) boolean
AccountDBHelper.updateAccount
(Account account)