Index

A B C D E F G H I K L M N O P Q R S T U V W 
All Classes|All Packages|Deprecated API

A

ActiveBoost - Class in nl.minetopiasdb.api.boosters.objects
Active boost object
ActiveBoost(int, BoostType, int, long, UUID) - Constructor for class nl.minetopiasdb.api.boosters.objects.ActiveBoost
 
addBoost(UUID, BoostType, int, int) - Method in class nl.minetopiasdb.api.boosters.BoosterManager
Add a boost to provided player
addCandidate(UUID, String) - Method in class nl.minetopiasdb.api.election.ElectionManager
Add a candidate to the election
addColor(UUID, String, ColorType) - Method in class nl.minetopiasdb.api.playerdata.ColorManager
Give a player access to a chatcolor.
addColor(UUID, ColorType, String, Long) - Method in class nl.minetopiasdb.api.playerdata.ColorManager
Give a player access to a chatcolor.
addColors(UUID, ColorType, String...) - Method in class nl.minetopiasdb.api.playerdata.ColorManager
Give a player access to multiple chatcolors at once.
addColors(UUID, ColorType, Map<String, Long>) - Method in class nl.minetopiasdb.api.playerdata.ColorManager
Give a player access to multiple chatcolors at once.
addContact(int, int) - Method in class nl.minetopiasdb.api.phone.PhoneManager
Add a contact to the provided phonenumber NOTE: Please use this method async, since it will run SQL operations in the main thread otherwise.
addCriminalActivity(UUID, String) - Method in class nl.minetopiasdb.api.CriminalRecordManager
Deprecated.
This method has vague naming and is now deprecated. As of v2.4 the preferred way of doing this is using CriminalRecordManager.addEntry(UUID, String).
addDefaults(UUID) - Method in class nl.minetopiasdb.api.playerdata.fitness.FitnessManager
Add default fitness data for given UUID
addDefaults(UUID) - Method in class nl.minetopiasdb.api.playerdata.PlayerManager
Add default userdata for given UUID.
addEntry(UUID, String) - Method in class nl.minetopiasdb.api.CriminalRecordManager
Add an entry to the criminal record of a player
addHandcuffEffects() - Method in class nl.minetopiasdb.api.playerdata.objects.OnlineSDBPlayer
Add the configurable handcuff effects.
addItem(LootcrateType, ItemStack) - Method in class nl.minetopiasdb.api.LootcrateManager
Add an item to the specified lootcrate type
addPlayerToBar(Player) - Method in class nl.minetopiasdb.api.boosters.objects.BoostBar
Show bossbar to player
addPrefix(UUID, String) - Method in class nl.minetopiasdb.api.playerdata.PrefixManager
Add a prefix to a player
addUser(UUID) - Method in class nl.minetopiasdb.api.banking.Bankaccount
Deprecated.
This 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) or Bankaccount.addUserSilent(UUID, BankPermission).

addUser(UUID, BankPermission) - Method in class nl.minetopiasdb.api.banking.Bankaccount
Add a user to this bankaccount and give him the provided permission.
addUserFromCommand(UUID) - Method in class nl.minetopiasdb.api.banking.Bankaccount
Deprecated.
This 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).

addUserSilent(UUID, BankPermission) - Method in class nl.minetopiasdb.api.banking.Bankaccount
Add a user to this bankaccount and give him the provided permission.
ADMIN - Enum constant in enum class nl.minetopiasdb.api.enums.BankPermission
Permission to withdraw and deposit money from bankaccount
ADMINTOOL - Enum constant in enum class nl.minetopiasdb.api.enums.LevelChangeReason
Used when changed with AdminTool
API - Class in nl.minetopiasdb.api
Some of the old MinetopiaSDB v1 API methods.
API() - Constructor for class nl.minetopiasdb.api.API
 
API_CHANGED - Enum constant in enum class nl.minetopiasdb.api.enums.LevelChangeReason
Used when changed by API and there is no other applicable LevelChangeReason.
ATMOpenEvent - Class in nl.minetopiasdb.api.events.player
This event is thrown when someone opened their ATM.
ATMOpenEvent(Player, OfflinePlayer, ATMOpenType) - Constructor for class nl.minetopiasdb.api.events.player.ATMOpenEvent
 
ATMOpenType - Enum Class in nl.minetopiasdb.api.enums
Different reasons why an ATM is opened.
A B C D E F G H I K L M N O P Q R S T U V W 
All Classes|All Packages|Deprecated API