-
MethodDescriptionThis method does not take BankPermissions into account, and assumes
BankPermission.ADMIN
by default, since that was the behaviour before the change.As of v2.3, the preferred way to do this is using
Bankaccount.addUser(UUID, BankPermission)
.This method does not take BankPermissions into account, and assumesBankPermission.ADMIN
by default, since that was the behaviour before the change.As of v2.3, the preferred way to do this is using
Bankaccount.removeUser(UUID)
.This method has been renamed toBankaccount.setBalanceSilent(double)
to remain consistentAs of v2.3, the preferred way to do this is using
Bankaccount.setBalanceSilent(double)
.This method has been renamed toBankaccount.setFrozenSilent(boolean)
to remain consistentAs of v2.3, the preferred way to do this is using
Bankaccount.setFrozenSilent(boolean)
.This method has been renamed toBankaccount.setNameSilent(String)
to remain consistentAs of v2.3, the preferred way to do this is using
Bankaccount.setNameSilent(String)
.This method has vague naming and is now deprecated. As of v2.4 the preferred way of doing this is usingCriminalRecordManager.addEntry(UUID, String)
.This method has vague naming and is now deprecated. As of v2.4 the preferred way of doing this is usingCriminalRecordManager.deleteEntry(UUID, int)
.This method has vague naming and is now deprecated. As of v2.4 the preferred way of doing this is usingCriminalRecordManager.deleteEntry(UUID, String)
.You should delete by id insteadCriminalRecordManager.deleteEntry(UUID, int)
UsePhoneManager.createNewPhone(int, UUID)
instead.You should usePhoneManager.getAllContacts(int)
instead.You should usePhoneManager.getAllPhones()
instead.
BankPermission.ADMIN
by default, since that was the behaviour before the change.As of v2.3, the preferred way to do this is using
Bankaccount.addUser(UUID, BankPermission)
orBankaccount.addUserSilent(UUID, BankPermission)
.