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 voidLuaManager.GlobalObject.addAccountToAccountList(Server server, Account account) static voidLuaManager.GlobalObject.deleteAccountToAccountList(Account account) static voidLuaManager.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 TypeMethodDescriptionvoidServer.addAccount(Account account) voidServer.removeAccount(Account account) -
Uses of Account in zombie.savefile
Methods in zombie.savefile with parameters of type AccountModifier and TypeMethodDescriptionbooleanAccountDBHelper.deleteAccount(Account account) intAccountDBHelper.saveNewAccount(Server server, Account account) booleanAccountDBHelper.updateAccount(Account account)