Class AccountDBHelper
java.lang.Object
zombie.savefile.AccountDBHelper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()booleandeleteAccount(Account account) booleandeleteServer(Server server) static AccountDBHelperintsaveNewAccount(Server server, Account account) intsaveNewServer(Server server) voidbooleanupdateAccount(Account account) booleanupdateAccountIconAndData(String string2, int int0, String string1, ByteBuffer byteBuffer) booleanupdateServer(Server server)
-
Field Details
-
formatter
-
-
Constructor Details
-
AccountDBHelper
public AccountDBHelper()
-
-
Method Details
-
getInstance
-
create
-
getServerList
-
saveNewServer
-
updateServer
-
deleteServer
-
saveNewAccount
-
updateAccount
-
deleteAccount
-
setupLastSave
public void setupLastSave() -
updateAccountIconAndData
public boolean updateAccountIconAndData(String string2, int int0, String string1, ByteBuffer byteBuffer)
-