Uses of Enum Class
nl.minetopiasdb.api.enums.BankPermission
Packages that use BankPermission
Package
Description
Package that contains the API methods for banking
Package that contains the enums used in MinetopiaSDB
Package that contains all of the banking related MinetopiaSDB v2 events
-
Uses of BankPermission in nl.minetopiasdb.api.banking
Methods in nl.minetopiasdb.api.banking that return types with arguments of type BankPermissionModifier and TypeMethodDescriptionBankaccount.getUsers()Return a Map of the users with their respective permission on this bankaccountMethods in nl.minetopiasdb.api.banking with parameters of type BankPermissionModifier and TypeMethodDescriptionvoidBankaccount.addUser(UUID uuid, BankPermission permission) Add a user to this bankaccount and give him the provided permission.voidBankaccount.addUserSilent(UUID uuid, BankPermission permission) Add a user to this bankaccount and give him the provided permission.booleanBankaccount.hasPermission(UUID uuid, BankPermission permission) Check if player has provided bankpermission.Constructor parameters in nl.minetopiasdb.api.banking with type arguments of type BankPermissionModifierConstructorDescriptionBankaccount(int id, BankAccountType type, double balance, String name, boolean frozen, HashMap<UUID, BankPermission> users) -
Uses of BankPermission in nl.minetopiasdb.api.enums
Subclasses with type arguments of type BankPermission in nl.minetopiasdb.api.enumsModifier and TypeClassDescriptionenumEnum that holds the different permissions for bankaccount usersMethods in nl.minetopiasdb.api.enums that return BankPermissionModifier and TypeMethodDescriptionstatic BankPermissionBankPermission.getPermission(String name) static BankPermissionReturns the enum constant of this class with the specified name.static BankPermission[]BankPermission.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BankPermission in nl.minetopiasdb.api.events.bank
Methods in nl.minetopiasdb.api.events.bank that return BankPermissionModifier and TypeMethodDescriptionBankAccountAddUserEvent.getPermission()Get the bankpermission of this userConstructors in nl.minetopiasdb.api.events.bank with parameters of type BankPermissionModifierConstructorDescriptionBankAccountAddUserEvent(org.bukkit.command.CommandSender player, org.bukkit.OfflinePlayer addedPlayer, BankPermission permission, int bankId)