Skip navigation links
A B C D E F G H I K L M N O P R S T U V W 

G

generateBlock(Location, boolean) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Generate a block at a specified location.
generateBlock(Location, World.Environment, boolean) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Generate a block at a specified location.
get(SuperiorPlayer) - Method in class com.bgsoftware.superiorskyblock.api.missions.Mission
Get data for a player.
get(String, PersistentDataType<T>) - Method in interface com.bgsoftware.superiorskyblock.api.persistence.PersistentDataContainer
Get a metadata value matching the provided key and type.
get(String) - Method in interface com.bgsoftware.superiorskyblock.api.persistence.PersistentDataContainer
Get a metadata value matching the provided key.
getAction() - Method in interface com.bgsoftware.superiorskyblock.api.island.bank.BankTransaction
Get the transaction action.
getActive() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.VisitorsSign
The line that is displayed when the visitors sign is active.
getAddress() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.Database
The address used to connect to the database.
getAdminCommand(String) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.CommandsManager
Get an admin sub command by its label.
getAdminSubCommands() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.CommandsManager
Get all the registered admin sub-commands.
getAFKIntegrations() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
All settings related to afk-integrations.
getAFKProviders() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.ProvidersManager
Get the currently used afk providers.
getAliases() - Method in interface com.bgsoftware.superiorskyblock.api.commands.SuperiorCommand
Get the aliases of the sub command.
getAllChunks() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get all the chunks of the island from all the environments.
getAllChunks(boolean) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get all the chunks of the island from all the environments.
getAllChunks(World.Environment) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get all the chunks of the island.
getAllChunks(World.Environment, boolean) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get all the chunks of the island, including empty ones.
getAllChunks(World.Environment, boolean, boolean) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get all the chunks of the island.
getAllChunksAsync(World.Environment, boolean, Consumer<Chunk>) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get all the chunks of the island asynchronized, including empty chunks.
getAllChunksAsync(World.Environment, boolean, boolean, Consumer<Chunk>) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get all the chunks of the island asynchronized.
getAllIslands(SortingType) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.GridManager
Get all the islands ordered by a specific sorting type.
getAllMissions() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.MissionsManager
Get a list of all the missions.
getAllPlayers() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.PlayersManager
Get all the players that joined the server.
getAllPlayers() - Method in interface com.bgsoftware.superiorskyblock.api.player.container.PlayersContainer
Get all the players.
getAllPlayersInside() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the list of all the players that are on the island.
getAllSettings() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get all the settings of the island.
getAllTransactions() - Method in interface com.bgsoftware.superiorskyblock.api.island.bank.IslandBank
Get all the transactions of the bank, sorted by the time they were created.
getAmount() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandBankDepositEvent
Get the amount that was deposited.
getAmount() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandBankWithdrawEvent
Get the amount that was deposited.
getAmount() - Method in interface com.bgsoftware.superiorskyblock.api.island.bank.BankTransaction
Get the amount that was withdrawn or deposited.
getAmountMissionCompleted(Mission<?>) - Method in interface com.bgsoftware.superiorskyblock.api.missions.IMissionsHolder
Get the amount of times mission was completed.
getAmountToWithdraw() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandUpgradeEvent
Deprecated.
See getCost()
getAPIVersion() - Static method in class com.bgsoftware.superiorskyblock.api.SuperiorSkyblockAPI
 
getArgument(int) - Method in class com.bgsoftware.superiorskyblock.api.events.SendMessageEvent
Get an argument of the message.
getArgumentsLength() - Method in class com.bgsoftware.superiorskyblock.api.events.SendMessageEvent
Get the length of the arguments array.
getAuthor() - Method in class com.bgsoftware.superiorskyblock.api.modules.PluginModule
Get the author of the module.
getBalance(SuperiorPlayer) - Method in interface com.bgsoftware.superiorskyblock.api.hooks.EconomyProvider
Get the amount of money a specific user has in his bank.
getBalance() - Method in interface com.bgsoftware.superiorskyblock.api.island.bank.IslandBank
Get balance in bank.
getBankEconomyProvider() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.ProvidersManager
Get the currently used bank-economy provider.
getBankLimit() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.DefaultValues
The default bank-limit for new islands.
getBankLimit() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeBankLimitEvent
Get the new bank limit of the island.
getBankLimit() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the limit of the bank.
getBankLimit() - Method in interface com.bgsoftware.superiorskyblock.api.upgrades.UpgradeLevel
Get the bank limit of this level.
getBankLimitRaw() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the limit of the bank that was set using a command.
getBanksFactory() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.FactoriesManager
Get the current banks factory.
getBannedPlayers() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the list of all banned players.
getBiome() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.Worlds.End
Get the default biome for the world.
getBiome() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.Worlds.Nether
Get the default biome for the world.
getBiome() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.Worlds.Normal
Get the default biome for the world.
getBiome() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandBiomeChangeEvent
Get the new biome.
getBiome() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
The current biome of the island.
getBlock() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeBlockLimitEvent
Get the block that the limit was changed for.
getBlock() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeGeneratorRateEvent
Get the block that the generator-rate was changed for.
getBlock() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandGenerateBlockEvent
Get the block that was generated.
getBlock() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandRemoveBlockLimitEvent
Get the block that the limit was removed for.
getBlock() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandRemoveGeneratorRateEvent
Get the block that the generator-rate was removed for.
getBlock() - Method in interface com.bgsoftware.superiorskyblock.api.wrappers.BlockPosition
Get the block object of that position.
getBlockAmount(Block) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.GridManager
Deprecated.
getBlockAmount(Location) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.GridManager
Deprecated.
getBlockCount(Key) - Method in interface com.bgsoftware.superiorskyblock.api.island.algorithms.IslandBlocksTrackerAlgorithm
Get the amount of blocks that are on the island.
getBlockCountAsBigInteger(Key) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the amount of blocks that are on the island.
getBlockCounts() - Method in interface com.bgsoftware.superiorskyblock.api.island.algorithms.IslandBlocksTrackerAlgorithm
Get all the blocks that are on the island.
getBlockCounts() - Method in interface com.bgsoftware.superiorskyblock.api.island.algorithms.IslandCalculationAlgorithm.IslandCalculationResult
Get all block-counts that were calculated.
getBlockCountsAsBigInteger() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get all the blocks that are on the island.
getBlockedVisitorsCommands() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
List of blocked commands that visitors cannot run on islands.
getBlockKey(Key) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.BlockValuesManager
Get the exact key that is used in the config.
getBlockKey(Key) - Method in interface com.bgsoftware.superiorskyblock.api.hooks.PricesProvider
Get the correct block-key for a price.
getBlockLevel(Key) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.BlockValuesManager
Get the level value of a key.
getBlockLimit() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeBlockLimitEvent
Get the new block limit of the block.
getBlockLimit(Key) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the block limit of a block.
getBlockLimit(Key) - Method in interface com.bgsoftware.superiorskyblock.api.upgrades.UpgradeLevel
Get the limit of a block for this level.
getBlockLimitKey(Key) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the block key used as a limit for another block key.
getBlockLimits() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.DefaultValues
The default block limits for new islands.
getBlockLimits() - Method in interface com.bgsoftware.superiorskyblock.api.upgrades.UpgradeLevel
Get all the block limits for this level.
getBlocks(World, int, int) - Method in interface com.bgsoftware.superiorskyblock.api.hooks.StackedBlocksProvider
Get all stacked blocks in a chunk.
getBlocksLimits() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get all the blocks limits for the island.
getBlocksTracker() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the blocks-tracker used by this island.
getBlockValues() - Method in interface com.bgsoftware.superiorskyblock.api.SuperiorSkyblock
Get the blocks manager of the core.
getBlockValues() - Static method in class com.bgsoftware.superiorskyblock.api.SuperiorSkyblockAPI
Get the blocks manager of the core.
getBlockWorth(Key) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.BlockValuesManager
Get the worth value of a key.
getBonusLevel() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the bonus level of the island.
getBonusWorth() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the bonus worth of the island.
getBorderColor() - Method in class com.bgsoftware.superiorskyblock.api.events.PlayerChangeBorderColorEvent
Get the new border color of the player.
getBorderColor() - Method in interface com.bgsoftware.superiorskyblock.api.wrappers.SuperiorPlayer
Get the border color of the player.
getBorderSize() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeBorderSizeEvent
Get the new border size of the island.
getBorderSize() - Method in interface com.bgsoftware.superiorskyblock.api.upgrades.UpgradeLevel
Get the border size of this level.
getBossbarLimit() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
Limit of the amount of bossbar tasks each player can have at the same time.
getByName(String) - Static method in class com.bgsoftware.superiorskyblock.api.island.IslandFlag
Get an island flag by it's name.
getByName(String) - Static method in class com.bgsoftware.superiorskyblock.api.island.IslandPrivilege
Get an island privilege by it's name.
getByName(String) - Static method in class com.bgsoftware.superiorskyblock.api.island.SortingType
Get a sorting type by it's name.
getCalcInterval() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
The amount of time between auto-calculations that the plugin runs.
getCalculationAlgorithm() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the calculation algorithm used by this island.
getCancelTeleport() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandEnterEvent
Get the location the player would be teleported if the event is cancelled.
getCategory() - Method in interface com.bgsoftware.superiorskyblock.api.island.warps.IslandWarp
Get the category of the warp.
getCategoryName() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandCreateWarpCategoryEvent
Get the name of the new warp-category.
getCategoryName() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandRenameWarpCategoryEvent
Get the new name of the warp-category.
getCause() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandEnterEvent
Get the cause of entering into the island.
getCause() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandLeaveEvent
Get the cause of leaving the island.
getCenter(World.Environment) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the center location of the island, depends on the world environment.
getChargeOnWarp() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
Amount of money to be charged from players when they use an island warp.
getChest() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the island chest.
getChestSize() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the amount of pages the island chest has.
getChestTitle() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.IslandChests
The title to be shown for island chests.
getChunksProvider() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.ProvidersManager
Get the currently used chunks-provider.
getChunkX() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChunkResetEvent
Get the x-coords of the chunk.
getChunkZ() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChunkResetEvent
Get the z-coords of the chunk.
getClassLoader() - Method in class com.bgsoftware.superiorskyblock.api.modules.PluginModule
Get the class loader of the module.
getCollector(Function<? super K, ? extends Key>, Function<? super K, ? extends V>, Supplier<Map<String, V>>) - Static method in interface com.bgsoftware.superiorskyblock.api.key.KeyMap
Create a collector for KeyMap that can be used in streams.
getCollector(Function<? super K, ? extends Key>, Function<? super K, ? extends V>) - Static method in interface com.bgsoftware.superiorskyblock.api.key.KeyMap
Create a collector for KeyMap based on HashMap that can be used in streams
getCommand(String) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.CommandsManager
Get a sub command by its label.
getCommandAliases() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
Custom aliases for commands of the plugin.
getCommandRewards() - Method in class com.bgsoftware.superiorskyblock.api.events.MissionCompleteEvent
Get the list of commands that will be given as a reward.
getCommands() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandUpgradeEvent
Get the commands that will be ran upon upgrade.
getCommands() - Method in interface com.bgsoftware.superiorskyblock.api.SuperiorSkyblock
Get the commands manager of the core.
getCommands() - Static method in class com.bgsoftware.superiorskyblock.api.SuperiorSkyblockAPI
Get the commands manager of the core.
getCommands() - Method in interface com.bgsoftware.superiorskyblock.api.upgrades.UpgradeLevel
Get all commands that will be executed when upgrading to the next level.
getCommandsCooldown() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
Cooldowns of commands for players.
getComparator() - Method in enum com.bgsoftware.superiorskyblock.api.enums.TopIslandMembersSorting
 
getComparator() - Method in class com.bgsoftware.superiorskyblock.api.island.SortingType
Get the comparator of the sorting type.
getCompletedMissions() - Method in interface com.bgsoftware.superiorskyblock.api.missions.IMissionsHolder
Get the list of the completed missions of the player.
getCompletedMissionsWithAmounts() - Method in interface com.bgsoftware.superiorskyblock.api.missions.IMissionsHolder
Get all the completed missions with the amount of times they were completed.
getComponent(String, Locale) - Method in interface com.bgsoftware.superiorskyblock.api.service.message.MessagesService
Get a component of a built-in message of the plugin.
getConsoleTransactions() - Method in interface com.bgsoftware.superiorskyblock.api.island.bank.IslandBank
Get all the transactions made by CONSOLE.
getContents() - Method in interface com.bgsoftware.superiorskyblock.api.island.IslandChest
Get the contents of the chest.
getContext() - Method in class com.bgsoftware.superiorskyblock.api.persistence.PersistentDataType
 
getCoopLimit() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.DefaultValues
The default coops limit for new islands.
getCoopLimit() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeCoopLimitEvent
Get the new coop limit of the island.
getCoopLimit() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the coop players limit of the island.
getCoopLimit() - Method in interface com.bgsoftware.superiorskyblock.api.upgrades.UpgradeLevel
Get the coop players limit of this level.
getCoopLimitRaw() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the coop players limit of the island that was set using a command.
getCoopPlayers() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the list of all co-op players.
getCoopRole() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.PlayersManager
Deprecated.
getCoopRole() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.RolesManager
Get the co-op's role.
getCost() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandUpgradeEvent
Get the amount that will be withdrawn.
getCost() - Method in interface com.bgsoftware.superiorskyblock.api.upgrades.cost.UpgradeCost
Get the cost value.
getCost() - Method in interface com.bgsoftware.superiorskyblock.api.upgrades.UpgradeLevel
Get the price required to upgrade to the next level.
getCreationTime() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the creation time of the island.
getCreationTimeDate() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the creation time of the island, in a formatted string.
getCropGrowth() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.DefaultValues
The default crop-growth multiplier for new islands.
getCropGrowth() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeCropGrowthEvent
Get the new crop-growth multiplier of the island.
getCropGrowth() - Method in interface com.bgsoftware.superiorskyblock.api.upgrades.UpgradeLevel
Get the crop growth multiplier of this level.
getCropGrowthMultiplier() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the crop-growth multiplier for the island.
getCropGrowthRaw() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the crop-growth multiplier for the island that was set using a command.
getCropsInterval() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
Time between each iteration of the crops task.
getCropsToGrow() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
List of crops that can get affected by the crops-growth multiplier.
getCustomBlocksLimits() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get all the custom blocks limits for the island.
getCustomEntitiesLimits() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get all the custom entities limits for the island.
getCustomGeneratorAmounts(World.Environment) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the custom amounts of the materials for the cobblestone generator in the island.
getCustomKey(Location) - Method in interface com.bgsoftware.superiorskyblock.api.key.CustomKeyParser
Get a custom key for a block.
getCustomKey(Entity) - Method in interface com.bgsoftware.superiorskyblock.api.key.CustomKeyParser
Get a custom key for an entity.
getCustomKey(ItemStack, Key) - Method in interface com.bgsoftware.superiorskyblock.api.key.CustomKeyParser
Get a custom key for an item-stack.
getCustomName() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.StackedBlocks
The custom hologram names for stacked blocks.
getCustomPermissions() - Method in interface com.bgsoftware.superiorskyblock.api.island.PermissionNode
Get all permissions set using the provided method.
getCustomRoleLimits() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get all the custom role limits for the island.
getDatabase() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
All settings related to the database of the plugin.
getDatabaseBridge() - Method in interface com.bgsoftware.superiorskyblock.api.data.IDatabaseBridgeHolder
Get the current database bridge of the object.
getDatabaseBridgeFactory() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.FactoriesManager
Get the database bridge factory.
getDataFolder() - Method in class com.bgsoftware.superiorskyblock.api.modules.PluginModule
Get the data folder of the module.
getDataKey(SuperiorPlayer) - Method in class com.bgsoftware.superiorskyblock.api.missions.Mission
Get they data-key for the provided player.
getDate() - Method in interface com.bgsoftware.superiorskyblock.api.island.bank.BankTransaction
Get formatted time of the time the transaction was made.
getDateFormat() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
The date-formatting of the plugin.
getDBName() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.Database
Get the name of the database.
getDecreaseAmount() - Method in class com.bgsoftware.superiorskyblock.api.events.BlockUnstackEvent
 
getDefaultBorderColor() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
The default border-color for new players.
getDefaultContainers() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
All settings related to default-containers in schematics.
getDefaultLanguage() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
The default language to be set for new players.
getDefaultPages() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.IslandChests
The default pages new islands will have.
getDefaultPlaceholders() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
Default placeholders to be returned when no island exists.
getDefaultRole() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.PlayersManager
Deprecated.
getDefaultRole() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.RolesManager
Get the default role that players are assigned with when they join an island.
getDefaultSettings() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
All the default island-flags that will be enabled for new islands.
getDefaultSign() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
Lines that should be set for signs of schematics.
getDefaultSize() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.IslandChests
The default size for chests.
getDefaultUpgrade() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.UpgradesManager
Get an upgrade object that contains all the default values from config.
getDefaultValues() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
All the default values for new islands that are created.
getDefaultWorld() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.Worlds
The default world environment.
getDefaultWorldName() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.Worlds
The name of the default world.
getDepositMenu() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.StackedBlocks
All the settings related to the deposit-menu of stacked blocks.
getDescription(Locale) - Method in interface com.bgsoftware.superiorskyblock.api.commands.SuperiorCommand
Get the description of the sub command.
getDescription() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeDescriptionEvent
Get the new description of the island.
getDescription() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the description of the island.
getDifficulty() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.Worlds
The difficulty of the islands worlds.
getDisabledCommands() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
List of commands that should be disabled within the plugin.
getDisabledEvents() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
List of plugin-events that should not be fired.
getDisabledHooks() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
List of plugins that their hooks should not be enabled.
getDisabledWorlds() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.StackedBlocks
List of worlds that blocks cannot be stacked in.
getDisbandCount() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
The default amount of disbands players receive when they first join the server.
getDisbands() - Method in interface com.bgsoftware.superiorskyblock.api.wrappers.SuperiorPlayer
Get the amount of left disbands.
getDiscord() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeDiscordEvent
Get the new discord of the island.
getDiscord() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the discord that is associated with the island.
getDisplayName() - Method in interface com.bgsoftware.superiorskyblock.api.island.PlayerRole
Get the display-name of the role.
getEconomyProvider() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.ProvidersManager
Get the currently used economy-provider.
getEffectLevel() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeEffectLevelEvent
Get the new level of the effect.
getEffectType() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeEffectLevelEvent
Get the effect that the level was changed for.
getEffectType() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandRemoveEffectEvent
Get the effect that was removed from the island.
getEnd() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.Worlds
All settings related to the end world.
getEnderDragon(Island) - Method in interface com.bgsoftware.superiorskyblock.api.service.dragon.DragonBattleService
Get the current active ender dragon of an island.
getEntitiesCounts() - Method in interface com.bgsoftware.superiorskyblock.api.island.algorithms.IslandEntitiesTrackerAlgorithm
Get all the entities that are on the island.
getEntitiesLimitsAsKeys() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get all the entities limits for the island.
getEntitiesTracker() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the entities tracker used by the island.
getEntity() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeEntityLimitEvent
Get the entity that the limit was changed for.
getEntityCount(Key) - Method in interface com.bgsoftware.superiorskyblock.api.island.algorithms.IslandEntitiesTrackerAlgorithm
Get the amount of entities that are on the island.
getEntityLimit() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeEntityLimitEvent
Get the new entity limit of the entity.
getEntityLimit(EntityType) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the entity limit of an entity.
getEntityLimit(Key) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the entity limit of an entity.
getEntityLimit(EntityType) - Method in interface com.bgsoftware.superiorskyblock.api.upgrades.UpgradeLevel
Get the limit of an entity for this level.
getEntityLimit(Key) - Method in interface com.bgsoftware.superiorskyblock.api.upgrades.UpgradeLevel
Get the limit of an entity for this level.
getEntityLimits() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.DefaultValues
The default entity limits for new islands.
getEntityLimitsAsKeys() - Method in interface com.bgsoftware.superiorskyblock.api.upgrades.UpgradeLevel
Get all the entity limits for this level.
getEnvironment() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeGeneratorRateEvent
Get the environment of the world that the rate was changed for.
getEnvironment() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandClearGeneratorRatesEvent
Get the environment of the world that the rates were cleared for.
getEnvironment() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandLockWorldEvent
Get the environment of the world that is being locked.
getEnvironment() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandRemoveGeneratorRateEvent
Get the environment of the world that the rate was removed for.
getEnvironment() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandUnlockWorldEvent
Get the environment of the world that is being unlocked.
getEnvironment() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandWorldResetEvent
Get the environment of the world that was reset.
getErrorMessage() - Method in class com.bgsoftware.superiorskyblock.api.hooks.EconomyProvider.EconomyResult
Get the error that occurred.
getEventCommands() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
List of commands to be executed for events.
getExactBlockCount(Key) - Method in interface com.bgsoftware.superiorskyblock.api.island.algorithms.IslandBlocksTrackerAlgorithm
Get the amount of blocks that are on the island.
getExactBlockCountAsBigInteger(Key) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the amount of blocks that are on the island.
getExactBlockLimit(Key) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the block limit of a block.
getExactBlockLimit(Key) - Method in interface com.bgsoftware.superiorskyblock.api.upgrades.UpgradeLevel
Get the exact limit of a block for this level.
getFactory() - Method in interface com.bgsoftware.superiorskyblock.api.SuperiorSkyblock
Get the objects factory of the plugin.
getFactory() - Static method in class com.bgsoftware.superiorskyblock.api.SuperiorSkyblockAPI
Get the objects factory of the plugin.
getFailureReason() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandBankDepositEvent
Get the failure reason of the transaction.
getFailureReason() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandBankWithdrawEvent
Get the failure reason of the transaction.
getFailureReason() - Method in interface com.bgsoftware.superiorskyblock.api.island.bank.BankTransaction
Get the reason for failure of the transaction.
getFilteredNames() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.IslandNames
List of names that cannot be used.
getFilters() - Method in class com.bgsoftware.superiorskyblock.api.data.DatabaseFilter
 
getGeneratedSchematicsFlag() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the generated schematics flag.
getGeneratorAmount(Key, World.Environment) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the amount of a specific key in a specific world.
getGeneratorAmount(Key, World.Environment) - Method in interface com.bgsoftware.superiorskyblock.api.upgrades.UpgradeLevel
Get the generator rate of a block for this level in a specific world.
getGeneratorAmounts(World.Environment) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the amounts of the materials for the cobblestone generator in the island.
getGeneratorAmounts(World.Environment) - Method in interface com.bgsoftware.superiorskyblock.api.upgrades.UpgradeLevel
Get all the generator rates for this level in a specific world.
getGeneratorPercentage(Key, World.Environment) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the percentage for a specific key in a specific world.
getGeneratorPercentages(World.Environment) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the percentages of the materials for the cobblestone generator in the island for a specific world.
getGeneratorRate() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeGeneratorRateEvent
Get the new generator-rate of the block.
getGenerators() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.DefaultValues
The default generator-rates for new islands.
getGeneratorTotalAmount(World.Environment) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the total amount of all the generator keys together.
getGlobalKey() - Method in interface com.bgsoftware.superiorskyblock.api.key.Key
Get the global key of this key instance.
getGrid() - Method in interface com.bgsoftware.superiorskyblock.api.SuperiorSkyblock
Get the grid of the core.
getGrid() - Static method in class com.bgsoftware.superiorskyblock.api.SuperiorSkyblockAPI
Get the grid of the core.
getGuestRole() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.PlayersManager
Deprecated.
getGuestRole() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.RolesManager
Get the guest's role.
getHandle() - Method in interface com.bgsoftware.superiorskyblock.api.service.hologram.Hologram
Get the actual armor stand entity for this hologram.
getHandlerList() - Static method in class com.bgsoftware.superiorskyblock.api.events.BlockStackEvent
 
getHandlerList() - Static method in class com.bgsoftware.superiorskyblock.api.events.BlockUnstackEvent
 
getHandlerList() - Static method in class com.bgsoftware.superiorskyblock.api.events.IslandEnterProtectedEvent
 
getHandlerList() - Static method in class com.bgsoftware.superiorskyblock.api.events.IslandEvent
 
getHandlerList() - Static method in class com.bgsoftware.superiorskyblock.api.events.IslandLeaveProtectedEvent
 
getHandlerList() - Static method in class com.bgsoftware.superiorskyblock.api.events.IslandRestrictMoveEvent
 
getHandlerList() - Static method in class com.bgsoftware.superiorskyblock.api.events.MissionCompleteEvent
 
getHandlerList() - Static method in class com.bgsoftware.superiorskyblock.api.events.MissionResetEvent
 
getHandlerList() - Static method in class com.bgsoftware.superiorskyblock.api.events.PlayerChangeBorderColorEvent
 
getHandlerList() - Static method in class com.bgsoftware.superiorskyblock.api.events.PlayerChangeLanguageEvent
 
getHandlerList() - Static method in class com.bgsoftware.superiorskyblock.api.events.PlayerChangeRoleEvent
 
getHandlerList() - Static method in class com.bgsoftware.superiorskyblock.api.events.PlayerCloseMenuEvent
 
getHandlerList() - Static method in class com.bgsoftware.superiorskyblock.api.events.PlayerOpenMenuEvent
 
getHandlerList() - Static method in class com.bgsoftware.superiorskyblock.api.events.PlayerToggleBlocksStackerEvent
 
getHandlerList() - Static method in class com.bgsoftware.superiorskyblock.api.events.PlayerToggleBorderEvent
 
getHandlerList() - Static method in class com.bgsoftware.superiorskyblock.api.events.PlayerToggleFlyEvent
 
getHandlerList() - Static method in class com.bgsoftware.superiorskyblock.api.events.PlayerTogglePanelEvent
 
getHandlerList() - Static method in class com.bgsoftware.superiorskyblock.api.events.PlayerToggleSpyEvent
 
getHandlerList() - Static method in class com.bgsoftware.superiorskyblock.api.events.PluginInitializedEvent
 
getHandlerList() - Static method in class com.bgsoftware.superiorskyblock.api.events.PluginInitializeEvent
 
getHandlerList() - Static method in class com.bgsoftware.superiorskyblock.api.events.PreIslandCreateEvent
 
getHandlerList() - Static method in class com.bgsoftware.superiorskyblock.api.events.SendMessageEvent
 
getHandlers() - Method in class com.bgsoftware.superiorskyblock.api.events.BlockStackEvent
 
getHandlers() - Method in class com.bgsoftware.superiorskyblock.api.events.BlockUnstackEvent
 
getHandlers() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandEnterProtectedEvent
 
getHandlers() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandEvent
 
getHandlers() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandLeaveProtectedEvent
 
getHandlers() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandRestrictMoveEvent
 
getHandlers() - Method in class com.bgsoftware.superiorskyblock.api.events.MissionCompleteEvent
 
getHandlers() - Method in class com.bgsoftware.superiorskyblock.api.events.MissionResetEvent
 
getHandlers() - Method in class com.bgsoftware.superiorskyblock.api.events.PlayerChangeBorderColorEvent
 
getHandlers() - Method in class com.bgsoftware.superiorskyblock.api.events.PlayerChangeLanguageEvent
 
getHandlers() - Method in class com.bgsoftware.superiorskyblock.api.events.PlayerChangeRoleEvent
 
getHandlers() - Method in class com.bgsoftware.superiorskyblock.api.events.PlayerCloseMenuEvent
 
getHandlers() - Method in class com.bgsoftware.superiorskyblock.api.events.PlayerOpenMenuEvent
 
getHandlers() - Method in class com.bgsoftware.superiorskyblock.api.events.PlayerToggleBlocksStackerEvent
 
getHandlers() - Method in class com.bgsoftware.superiorskyblock.api.events.PlayerToggleBorderEvent
 
getHandlers() - Method in class com.bgsoftware.superiorskyblock.api.events.PlayerToggleFlyEvent
 
getHandlers() - Method in class com.bgsoftware.superiorskyblock.api.events.PlayerTogglePanelEvent
 
getHandlers() - Method in class com.bgsoftware.superiorskyblock.api.events.PlayerToggleSpyEvent
 
getHandlers() - Method in class com.bgsoftware.superiorskyblock.api.events.PluginInitializedEvent
 
getHandlers() - Method in class com.bgsoftware.superiorskyblock.api.events.PluginInitializeEvent
 
getHandlers() - Method in class com.bgsoftware.superiorskyblock.api.events.PreIslandCreateEvent
 
getHandlers() - Method in class com.bgsoftware.superiorskyblock.api.events.SendMessageEvent
 
getHomeWarmup() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
Delay before teleporting to island home, in milliseconds.
getIcon() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeWarpCategoryIconEvent
Get the new icon of the warp-category.
getIcon() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeWarpIconEvent
Get the new icon of the warp.
getIcon(SuperiorPlayer) - Method in interface com.bgsoftware.superiorskyblock.api.island.warps.IslandWarp
Get the icon of the warp after all placeholders are parsed.
getIcon(SuperiorPlayer) - Method in interface com.bgsoftware.superiorskyblock.api.island.warps.WarpCategory
Get the icon of the category after all placeholders are parsed.
getId() - Method in interface com.bgsoftware.superiorskyblock.api.island.PlayerRole
Get the id of the role.
getId() - Method in interface com.bgsoftware.superiorskyblock.api.upgrades.cost.UpgradeCost
Get the id of this upgrade cost.
getInactive() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.VisitorsSign
The line that is displayed when the visitors sign is inactive.
getIncreaseAmount() - Method in class com.bgsoftware.superiorskyblock.api.events.BlockStackEvent
 
getIndex() - Method in interface com.bgsoftware.superiorskyblock.api.island.IslandChest
Get the index of this chest.
getInteractables() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
Get all the interactable blocks.
getInventoryViewer() - Method in interface com.bgsoftware.superiorskyblock.api.menu.ISuperiorMenu
Get the player currently viewing the menu.
getInvitedPlayers() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get all the invited players of the island.
getIsland() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandEvent
Get the island that was involved in the event.
getIsland(SuperiorPlayer) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.GridManager
Get the island of a specific player.
getIsland(int, SortingType) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.GridManager
Get the island in a specific position from one of the top lists.
getIsland(UUID) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.GridManager
Get an island by it's owner uuid.
getIsland(String) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.GridManager
Get an island by it's name.
getIsland() - Method in interface com.bgsoftware.superiorskyblock.api.island.IslandChest
Get the island of the chest.
getIsland() - Method in interface com.bgsoftware.superiorskyblock.api.island.warps.IslandWarp
Get the island of this warp.
getIsland() - Method in interface com.bgsoftware.superiorskyblock.api.island.warps.WarpCategory
Get the island of this category.
getIsland(String) - Static method in class com.bgsoftware.superiorskyblock.api.SuperiorSkyblockAPI
Get an island by it's name.
getIsland() - Method in class com.bgsoftware.superiorskyblock.api.world.algorithm.IslandCreationAlgorithm.IslandCreationResult
Get the created island object.
getIsland() - Method in interface com.bgsoftware.superiorskyblock.api.wrappers.SuperiorPlayer
Get the island of the player.
getIslandAt(Location) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.GridManager
Get an island at an exact position in the world.
getIslandAt(Chunk) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.GridManager
Get an island from a chunk.
getIslandAt(Location) - Method in interface com.bgsoftware.superiorskyblock.api.island.container.IslandsContainer
Get an island at a location.
getIslandAt(Location) - Static method in class com.bgsoftware.superiorskyblock.api.SuperiorSkyblockAPI
Get an island at a location.
getIslandAtPosition(int, SortingType) - Method in interface com.bgsoftware.superiorskyblock.api.island.container.IslandsContainer
Get an island by its position in the top-islands.
getIslandBank() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the bank of the island.
getIslandByLeader(UUID) - Method in interface com.bgsoftware.superiorskyblock.api.island.container.IslandsContainer
Get an island by its leader's uuid.
getIslandByUUID(UUID) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.GridManager
Get an island by it's uuid.
getIslandByUUID(UUID) - Method in interface com.bgsoftware.superiorskyblock.api.island.container.IslandsContainer
Get an island by its uuid.
getIslandByUUID(UUID) - Static method in class com.bgsoftware.superiorskyblock.api.SuperiorSkyblockAPI
Get an island by it's uuid.
getIslandChests() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
All settings related to island-chests.
getIslandCommand() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
The main command of the plugin.
getIslandCreationAlgorithm() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.GridManager
Get the currently used island creation algorithm.
getIslandFlag() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandDisableFlagEvent
Get the flag that was disabled.
getIslandFlag() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandEnableFlagEvent
Get the flag that was enabled.
getIslandHeight() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
The default height islands will generate.
getIslandHome() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandSetHomeEvent
Get the new island home location of the island.
getIslandHome(World.Environment) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the members' home location of the island, depends on the world environment.
getIslandHomes() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get all the home locations of the island.
getIslandLeader() - Method in interface com.bgsoftware.superiorskyblock.api.wrappers.SuperiorPlayer
Get the island owner of the player's island.
getIslandLevel() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the level of the island.
getIslandLevelFormula() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
The island worth to island level conversion formula.
getIslandLocation() - Method in class com.bgsoftware.superiorskyblock.api.world.algorithm.IslandCreationAlgorithm.IslandCreationResult
Get the location of the new island.
getIslandMembers(boolean) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the list of members of the island.
getIslandMembers(PlayerRole...) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the list of members of the island with specific roles.
getIslandMission() - Method in class com.bgsoftware.superiorskyblock.api.missions.Mission
Get the island-mission of the mission.
getIslandMissions() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.MissionsManager
Get a list of all missions that are island missions.
getIslandName() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandRenameEvent
Get the new name of the island.
getIslandName() - Method in class com.bgsoftware.superiorskyblock.api.events.PreIslandCreateEvent
Get the name that was given to the island.
getIslandName() - Method in interface com.bgsoftware.superiorskyblock.api.island.IslandPreview
Get the island name that was requested.
getIslandNames() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
All settings related to island-names.
getIslandPosition(Island, SortingType) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.GridManager
Get the position of an island.
getIslandPosition(Island, SortingType) - Method in interface com.bgsoftware.superiorskyblock.api.island.container.IslandsContainer
Get the position of an island in the top-islands.
getIslandPreview(SuperiorPlayer) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.GridManager
Check if a player has an ongoing island preview task.
getIslandRoles() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
All settings related to the island-roles.
getIslands() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.GridManager
Get all the islands unordered.
getIslands(SortingType) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.GridManager
Get all the islands ordered by a specific sorting type.
getIslandsAmount() - Method in interface com.bgsoftware.superiorskyblock.api.island.container.IslandsContainer
Get the amount of islands on the server.
getIslandsContainer() - Method in class com.bgsoftware.superiorskyblock.api.events.PluginInitializeEvent
Get the islands container that will be used for storing islands.
getIslandsContainer() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.GridManager
Get the islands container.
getIslandsFactory() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.FactoriesManager
Get the current islands factory.
getIslandSize() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.DefaultValues
The default island size for new islands.
getIslandSize() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the island radius of the island.
getIslandSizeRaw() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the island radius of the island that was set with a command.
getIslandsToPurge() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.GridManager
Get all the islands that will be deleted when the server stops.
getIslandsUnsorted() - Method in interface com.bgsoftware.superiorskyblock.api.island.container.IslandsContainer
Get all islands.
getIslandsWorld(Island, World.Environment) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.GridManager
Get the world of an island by the environment.
getIslandsWorld(Island, World.Environment) - Method in interface com.bgsoftware.superiorskyblock.api.hooks.WorldsProvider
Get the world of an island by the environment.
getIslandsWorld(Island, World.Environment) - Static method in class com.bgsoftware.superiorskyblock.api.SuperiorSkyblockAPI
Get the world of an island by the world's environment.
getIslandTopOrder() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
The default island-top sorting type.
getIslandVisitorHome() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandSetVisitorHomeEvent
Get the new island visitor home location of the island.
getIslandVisitors() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the list of all visitors that are on the island, including vanished ones.
getIslandVisitors(boolean) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the list of all visitors that are on the island.
getIslandWarp() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeWarpIconEvent
Get the warp that its icon was changed.
getIslandWarp() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeWarpLocationEvent
Get the warp that its location was changed.
getIslandWarp() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandCloseWarpEvent
Get the warp that was closed.
getIslandWarp() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandDeleteWarpEvent
Get the warp that was deleted.
getIslandWarp() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandOpenWarpEvent
Get the warp that was opened.
getIslandWarp() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandRenameWarpEvent
Get the warp that was renamed.
getIslandWarps() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get all the warps of the island.
getItemRewards() - Method in class com.bgsoftware.superiorskyblock.api.events.MissionCompleteEvent
Get the list of items that will be given as a reward.
getKey(EntityType) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.KeysManager
Get the key of an entity type.
getKey(Entity) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.KeysManager
Get the key of an entity.
getKey(Block) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.KeysManager
Get the key of a block.
getKey(BlockState) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.KeysManager
Get the key of a block-state.
getKey(ItemStack) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.KeysManager
Get the key of an item-stack.
getKey(Material, short) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.KeysManager
Get the key of a material and data.
getKey(String) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.KeysManager
Get the key of a string.
getKey(String, String) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.KeysManager
Get the key of a global-key and a sub-key.
getKey(Key) - Method in interface com.bgsoftware.superiorskyblock.api.key.KeyMap
Get the key that is similar to the provided key.
getKey(Key, Key) - Method in interface com.bgsoftware.superiorskyblock.api.key.KeyMap
Get the key that is similar to the provided key.
getKey(Key) - Method in interface com.bgsoftware.superiorskyblock.api.key.KeySet
Get the key that is similar to the provided key.
getKey(Key, Key) - Method in interface com.bgsoftware.superiorskyblock.api.key.KeySet
Get the key that is similar to the provided key.
getKey() - Method in class com.bgsoftware.superiorskyblock.api.objects.Pair
Get the first element of this pair.
getKeys() - Method in interface com.bgsoftware.superiorskyblock.api.SuperiorSkyblock
Get the keys manager of the core.
getKeys() - Static method in class com.bgsoftware.superiorskyblock.api.SuperiorSkyblockAPI
Get the keys manager of the core.
getLanguage() - Method in class com.bgsoftware.superiorskyblock.api.events.PlayerChangeLanguageEvent
Get the new language of the player.
getLastInterestTime() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the last time that the bank interest was given.
getLastIslandLocation() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.GridManager
Get the location of the last island that was generated.
getLastRole() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.PlayersManager
Deprecated.
getLastRole() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.RolesManager
Get the highest role in the ladder - aka, leader's role.
getLastTimeStatus() - Method in interface com.bgsoftware.superiorskyblock.api.wrappers.SuperiorPlayer
Get the last time player joined or left the server.
getLastTimeUpdate() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the last time the island was updated.
getLastTimeUpgrade() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the last time the island was upgraded.
getLevel() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandWorthCalculatedEvent
Get the new level of the island.
getLevel() - Method in interface com.bgsoftware.superiorskyblock.api.upgrades.UpgradeLevel
Get the level of the current upgrade-level.
getLevelBonus() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeLevelBonusEvent
Get the new level bonus of the island.
getLimits() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.StackedBlocks
Limits for stacked-blocks Represented by a map with keys as block types, and values as limits.
getLine() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.VisitorsSign
The line that determines if the sign is used as a visitors home location.
getLoadedChunks(boolean, boolean) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get all the loaded chunks of the island.
getLoadedChunks(World.Environment, boolean, boolean) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get all the loaded chunks of the island.
getLoadTime() - Method in class com.bgsoftware.superiorskyblock.api.modules.PluginModule
Get when the module should be enabled.
getLocation() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.Spawn
The location of the spawn island.
getLocation() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeWarpLocationEvent
Get the new location of the warp.
getLocation() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandCreateWarpEvent
Get the location of the new warp.
getLocation() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandGenerateBlockEvent
Get the location of the block.
getLocation() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandSchematicPasteEvent
Get the location that the schematic was pasted at.
getLocation() - Method in interface com.bgsoftware.superiorskyblock.api.island.IslandPreview
Get the location of the island preview.
getLocation() - Method in interface com.bgsoftware.superiorskyblock.api.island.warps.IslandWarp
Get the location of the warp.
getLocation() - Method in interface com.bgsoftware.superiorskyblock.api.wrappers.SuperiorPlayer
Get the location of the player.
getLogger() - Method in class com.bgsoftware.superiorskyblock.api.modules.PluginModule
Get the logger of the module ModuleLogger
getMaxArgs() - Method in interface com.bgsoftware.superiorskyblock.api.commands.SuperiorCommand
Get the maximum arguments required for the command.
getMaximum() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the maximum location of the island.
getMaximumProtected() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the minimum protected location of the island.
getMaxIslandSize() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
The maximum island size.
getMaxLength() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.IslandNames
The maximum length for island-names.
getMaxLifetime() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.Database
The max-lifetime of the database, in milliseconds.
getMaxUpgradeLevel() - Method in interface com.bgsoftware.superiorskyblock.api.upgrades.Upgrade
Get the maximum level that exists for the upgrade.
getMembersLimit() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeMembersLimitEvent
Get the new members limit of the island.
getMenus() - Method in interface com.bgsoftware.superiorskyblock.api.SuperiorSkyblock
Get the menus manager of the core.
getMenus() - Static method in class com.bgsoftware.superiorskyblock.api.SuperiorSkyblockAPI
Get the menus manager of the core.
getMenusProvider() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.ProvidersManager
Get the currently used menus-provider.
getMessage() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChatEvent
Get the message that the player sent.
getMessage() - Method in interface com.bgsoftware.superiorskyblock.api.service.message.IMessageComponent
Get the raw message of this component.
getMessageComponent() - Method in class com.bgsoftware.superiorskyblock.api.events.SendMessageEvent
Get the message component that is sent.
getMessageType() - Method in class com.bgsoftware.superiorskyblock.api.events.SendMessageEvent
Get the name of the message, similar to the one from lang file.
getMinArgs() - Method in interface com.bgsoftware.superiorskyblock.api.commands.SuperiorCommand
Get the minimum arguments required for the command.
getMinimum() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the minimum location of the island.
getMinimumProtected() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the minimum protected location of the island.
getMinLength() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.IslandNames
The minimum length for island-names.
getMission() - Method in class com.bgsoftware.superiorskyblock.api.events.MissionCompleteEvent
Get the mission that was completed.
getMission() - Method in class com.bgsoftware.superiorskyblock.api.events.MissionResetEvent
Get the mission that was reset.
getMission(String) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.MissionsManager
Get a mission by its name.
getMissionCategories() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.MissionsManager
Get all the mission categories.
getMissionCategory(String) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.MissionsManager
Get a mission category by its name.
getMissionCategory() - Method in class com.bgsoftware.superiorskyblock.api.missions.Mission
Get the category of the mission.
getMissions() - Method in interface com.bgsoftware.superiorskyblock.api.missions.MissionCategory
Get all the missions in the category.
getMissions() - Method in interface com.bgsoftware.superiorskyblock.api.SuperiorSkyblock
Get the missions manager of the core.
getMissions() - Static method in class com.bgsoftware.superiorskyblock.api.SuperiorSkyblockAPI
Get the missions manager of the core.
getMissionsHolder() - Method in class com.bgsoftware.superiorskyblock.api.events.MissionCompleteEvent
Get the mission holder that the mission was completed for.
getMissionsHolder() - Method in class com.bgsoftware.superiorskyblock.api.events.MissionResetEvent
Get the holder of the mission that the mission was reset for.
getMobDrops() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.DefaultValues
The default mob-drops multiplier for new islands.
getMobDrops() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeMobDropsEvent
Get the new mob-drops multiplier of the island.
getMobDrops() - Method in interface com.bgsoftware.superiorskyblock.api.upgrades.UpgradeLevel
Get the mob drops multiplier of this level.
getMobDropsMultiplier() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the mob-drops multiplier for the island.
getMobDropsRaw() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the mob-drops multiplier for the island that was set using a command.
getModule(String) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.ModulesManager
Get a module by its name.
getModuleFile() - Method in class com.bgsoftware.superiorskyblock.api.modules.PluginModule
Get the jar file of the module.
getModuleListeners(SuperiorSkyblock) - Method in class com.bgsoftware.superiorskyblock.api.modules.PluginModule
List of listeners to register for the module.
getModules() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.ModulesManager
Get all the active modules currently running.
getModules() - Method in interface com.bgsoftware.superiorskyblock.api.SuperiorSkyblock
Get the modules manager of the plugin.
getModules() - Static method in class com.bgsoftware.superiorskyblock.api.SuperiorSkyblockAPI
Get the modules manager of the plugin.
getName() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.Worlds.End
Custom name for the end world.
getName() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.Worlds.Nether
Custom name for the nether world.
getName() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the name of the island.
getName() - Method in class com.bgsoftware.superiorskyblock.api.island.IslandFlag
Get the name of the island flag.
getName() - Method in class com.bgsoftware.superiorskyblock.api.island.IslandPrivilege
Get the name of the island privilege.
getName() - Method in interface com.bgsoftware.superiorskyblock.api.island.PlayerRole
Get the name of the role.
getName() - Method in class com.bgsoftware.superiorskyblock.api.island.SortingType
Get the name of the sorting type.
getName() - Method in interface com.bgsoftware.superiorskyblock.api.island.warps.IslandWarp
Get the name of the warp.
getName() - Method in interface com.bgsoftware.superiorskyblock.api.island.warps.WarpCategory
Get the name of the warp category.
getName() - Method in class com.bgsoftware.superiorskyblock.api.missions.Mission
Get the name of the mission.
getName() - Method in interface com.bgsoftware.superiorskyblock.api.missions.MissionCategory
Get the name of the category.
getName() - Method in class com.bgsoftware.superiorskyblock.api.modules.PluginModule
Get the name of the module.
getName() - Method in interface com.bgsoftware.superiorskyblock.api.schematic.Schematic
Get the name of the schematic.
getName() - Method in interface com.bgsoftware.superiorskyblock.api.upgrades.Upgrade
Get the name of the upgrade.
getName() - Method in interface com.bgsoftware.superiorskyblock.api.wrappers.SuperiorPlayer
Get the last known name of the player.
getNether() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.Worlds
All settings related to the nether world.
getNewCount() - Method in class com.bgsoftware.superiorskyblock.api.events.BlockStackEvent
 
getNewCount() - Method in class com.bgsoftware.superiorskyblock.api.events.BlockUnstackEvent
 
getNewLevel() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandWorthUpdateEvent
Get the new level of the island.
getNewMenu() - Method in class com.bgsoftware.superiorskyblock.api.events.PlayerCloseMenuEvent
Get the new menu that will be opened.
getNewOwner() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandTransferEvent
Get the new owner of the island.
getNewRole() - Method in class com.bgsoftware.superiorskyblock.api.events.PlayerChangeRoleEvent
Get the new role of the player.
getNewWorth() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandWorthUpdateEvent
Get the new worth of the island.
getNextInterest() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the duration until the bank interest will be given again, in seconds
getNextLocation(Location, int, int, UUID, UUID) - Method in interface com.bgsoftware.superiorskyblock.api.hooks.WorldsProvider
Get the location for a new island that is created.
getNextRole() - Method in interface com.bgsoftware.superiorskyblock.api.island.PlayerRole
Get the next role in the ladder.
getNormal() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.Worlds
All settings related to the overworld world.
getNumbersFormat() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
The numbers-formatting of the plugin.
getOffsetX() - Method in interface com.bgsoftware.superiorskyblock.api.wrappers.BlockOffset
Get the x-coords offset.
getOffsetY() - Method in interface com.bgsoftware.superiorskyblock.api.wrappers.BlockOffset
Get the y-coords offset.
getOffsetZ() - Method in interface com.bgsoftware.superiorskyblock.api.wrappers.BlockOffset
Get the z-coords offset.
getOldLevel() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandWorthUpdateEvent
Get the old level of the island.
getOldOwner() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandTransferEvent
Get the old owner of the island.
getOldWorth() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandWorthUpdateEvent
Get the old worth of the island.
getOrCreate(SuperiorPlayer, Function<SuperiorPlayer, ? extends V>) - Method in class com.bgsoftware.superiorskyblock.api.missions.Mission
Get or create data for a player.
getOrDefault(String, PersistentDataType<T>, T) - Method in interface com.bgsoftware.superiorskyblock.api.persistence.PersistentDataContainer
Get a metadata value matching the provided key and type.
getOrDefault(String, Object) - Method in interface com.bgsoftware.superiorskyblock.api.persistence.PersistentDataContainer
Get a metadata value matching the provided key.
getOriginalCount() - Method in class com.bgsoftware.superiorskyblock.api.events.BlockStackEvent
 
getOriginalCount() - Method in class com.bgsoftware.superiorskyblock.api.events.BlockUnstackEvent
 
getOwner() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the owner of the island.
getPassword() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.Database
The password used to connect to the database.
getPaypal() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangePaypalEvent
Get the new paypal of the island.
getPaypal() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the paypal that is associated with the island.
getPermission() - Method in interface com.bgsoftware.superiorskyblock.api.commands.SuperiorCommand
Get the required permission to use the sub command.
getPermission() - Method in interface com.bgsoftware.superiorskyblock.api.upgrades.UpgradeLevel
Get the permission required to upgrade to this level.
getPermissionNode(SuperiorPlayer) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the permission-node of a player.
getPermissions() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.Spawn
List of permissions that will be given to players for the spawn island.
getPermissionsProvider() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.ProvidersManager
Get the currently used permissions-provider.
getPersistentDataContainer() - Method in interface com.bgsoftware.superiorskyblock.api.persistence.IPersistentDataHolder
Get the container of custom persistent data of this object.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.BlockStackEvent
 
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.BlockUnstackEvent
 
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandBanEvent
Get the player who banned the other player.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandBankDepositEvent
Get the player who deposited the money.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandBankWithdrawEvent
Get the player who withdrawn the money.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandBiomeChangeEvent
Get the player who upgraded the island.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeBankLimitEvent
Get the player that changed the bank limit of the island.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeBlockLimitEvent
Get the player that changed the block limit.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeBorderSizeEvent
Get the player that changed the border-size of the island.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeCoopLimitEvent
Get the player that changed the coop limit.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeCropGrowthEvent
Get the player that changed the crop-growth multiplier.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeDescriptionEvent
Get the player that changed the description of the island.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeDiscordEvent
Get the player that changed the discord of the island.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeEffectLevelEvent
Get the player that changed the effect level.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeEntityLimitEvent
Get the player that changed the entity limit.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeGeneratorRateEvent
Get the player that changed the generator-rate.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeLevelBonusEvent
Get the player that changed the level bonus.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeMembersLimitEvent
Get the player that changed the members limit.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeMobDropsEvent
Get the player that changed the mob-drops multiplier.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangePaypalEvent
Get the player that changed the paypal of the island.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangePlayerPrivilegeEvent
Get the player that changed the privilege to the other player.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeRoleLimitEvent
Get the player that changed the role limit.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeRolePrivilegeEvent
Get the player that changed the privilege to the other player.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeSpawnerRatesEvent
Get the player that changed the spawner-rates multiplier.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeWarpCategoryIconEvent
Get the player that changed the icon of the warp-category.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeWarpCategorySlotEvent
Get the player that changed the slot of the warp-category.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeWarpIconEvent
Get the player that changed the icon of the warp.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeWarpLocationEvent
Get the player that changed the location of the warp.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeWarpsLimitEvent
Get the player that changed the warps limit.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeWorthBonusEvent
Get the player that changed the worth bonus.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChatEvent
Get the player who banned the other player.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandClearGeneratorRatesEvent
Get the player that cleared the generator-rates.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandClearPlayerPrivilegesEvent
Get the player that cleared the privileges to the other player.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandClearRatingsEvent
Get the player that cleared the ratings of the island.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandClearRolesPrivilegesEvent
Get the player that cleared the privileges to the other player.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandCloseEvent
Get the player that closed the island.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandCloseWarpEvent
Get the player that closed the warp to the public.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandCoopPlayerEvent
Get the player who cooped the target.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandCreateEvent
Get the player who created the island.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandCreateWarpCategoryEvent
Get the player that created the warp-category.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandCreateWarpEvent
Get the player that created the warp.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandDeleteWarpEvent
Get the player that deleted the warp.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandDisableFlagEvent
Get the player that disabled the island flag for the island.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandDisbandEvent
Get the player who proceed the operation.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandEnableFlagEvent
Get the player that enabled the island flag for the island.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandEnterEvent
Get the player who entered to the island's area.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandInviteEvent
Get the player who sent the invite request.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandJoinEvent
Get the player who joined the island as a new member.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandKickEvent
Get the player who kicked the other player.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandLeaveEvent
Get the player who left the island's area.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandOpenEvent
Get the player who locked the island.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandOpenWarpEvent
Get the player that opened the warp to the public.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandQuitEvent
Get the player who left their island.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandRateEvent
Get the player that changed the rating of the other player.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandRemoveBlockLimitEvent
Get the player that removed the block limit.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandRemoveEffectEvent
Get the player that removed the effect level.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandRemoveGeneratorRateEvent
Get the player that removed the generator-rate.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandRemoveRatingEvent
Get the player that removed the rating of the other player.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandRemoveRoleLimitEvent
Get the player that removed the role-limit.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandRemoveVisitorHomeEvent
Get the player who removed the island visitor home.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandRenameEvent
Get the player that changed the privilege to the other player.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandRenameWarpCategoryEvent
Get the player that renamed the warp-category.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandRenameWarpEvent
Get the player that renamed the warp.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandRestrictMoveEvent
Get the player which was restricted.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandSetHomeEvent
Get the player who changed the island home, if exists.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandSetVisitorHomeEvent
Get the player who changed the island home, if exists.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandUnbanEvent
Get the player who unbanned the other player.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandUncoopPlayerEvent
Get the player who cooped the target, if exists.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandUpgradeEvent
Get the player who upgraded the island.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandWorldResetEvent
Get the player that reset the world of the island.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandWorthCalculatedEvent
Get the player who requested the operation.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.MissionCompleteEvent
Get the player who completed the mission.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.MissionResetEvent
Get the player who reset the mission for the holder.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.PlayerChangeBorderColorEvent
Get the player who created the island.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.PlayerChangeLanguageEvent
Get the player who created the island.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.PlayerChangeRoleEvent
Get the player who created the island.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.PlayerCloseMenuEvent
Get the player that opened the menu.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.PlayerOpenMenuEvent
Get the player that opened the menu.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.PlayerToggleBlocksStackerEvent
Get the player that toggled the blocks-stacker.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.PlayerToggleBorderEvent
Get the player that toggled the world border.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.PlayerToggleFlyEvent
Get the player that toggled the island fly.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.PlayerTogglePanelEvent
Get the player that toggled the control panel.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.PlayerToggleSpyEvent
Get the player that toggled the chat-spy.
getPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.PreIslandCreateEvent
Get the player who created the island.
getPlayer() - Method in interface com.bgsoftware.superiorskyblock.api.island.bank.BankTransaction
Get the player that made the transaction.
getPlayer() - Method in interface com.bgsoftware.superiorskyblock.api.island.IslandPreview
Get the player that is inside the preview.
getPlayer(Player) - Static method in class com.bgsoftware.superiorskyblock.api.SuperiorSkyblockAPI
Get the superior player object from a player instance.
getPlayer(String) - Static method in class com.bgsoftware.superiorskyblock.api.SuperiorSkyblockAPI
Get the superior player object by a player's name.
getPlayer(UUID) - Static method in class com.bgsoftware.superiorskyblock.api.SuperiorSkyblockAPI
Get the superior player object from a player's uuid.
getPlayerMissions() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.MissionsManager
Get a list of all missions that are player missions.
getPlayerPermissions() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get all the custom player permissions of the island.
getPlayerRole() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeRoleLimitEvent
Get the role that the limit was changed for.
getPlayerRole() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeRolePrivilegeEvent
Get the role that the privilege was changed for.
getPlayerRole() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandRemoveRoleLimitEvent
Get the role that its limit was removed.
getPlayerRole(int) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.PlayersManager
Deprecated.
getPlayerRole(String) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.PlayersManager
Deprecated.
getPlayerRole(int) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.RolesManager
Get a player role by it's weight.
getPlayerRole(String) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.RolesManager
Get a player role by it's name.
getPlayerRole() - Method in interface com.bgsoftware.superiorskyblock.api.wrappers.SuperiorPlayer
Get the role of the player.
getPlayerRoleFromId(int) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.PlayersManager
Deprecated.
getPlayerRoleFromId(int) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.RolesManager
Get a player role by it's id.
getPlayers() - Method in interface com.bgsoftware.superiorskyblock.api.SuperiorSkyblock
Get the players manager of the core.
getPlayers() - Static method in class com.bgsoftware.superiorskyblock.api.SuperiorSkyblockAPI
Get the players manager of the core.
getPlayersContainer() - Method in class com.bgsoftware.superiorskyblock.api.events.PluginInitializeEvent
Get the players container that will be used for storing players.
getPlayersContainer() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.PlayersManager
Get the players container.
getPlayersFactory() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.FactoriesManager
Get the current players factory.
getPlugin() - Method in class com.bgsoftware.superiorskyblock.api.events.PluginInitializedEvent
 
getPlugin() - Method in class com.bgsoftware.superiorskyblock.api.events.PluginInitializeEvent
Get the instance of the plugin.
getPort() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.Database
The port used to connect to the database.
getPortalOffset() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.Worlds.End
Get the offset of the portal from the center of the island.
getPosition() - Method in interface com.bgsoftware.superiorskyblock.api.island.bank.BankTransaction
Get the position of the transaction
getPosition(SortingType) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
 
getPotionEffect(PotionEffectType) - Method in interface com.bgsoftware.superiorskyblock.api.upgrades.UpgradeLevel
Get the potion effect for this level.
getPotionEffectLevel(PotionEffectType) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the level of an island effect.
getPotionEffects() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get a list of all active island effects with their levels.
getPotionEffects() - Method in interface com.bgsoftware.superiorskyblock.api.upgrades.UpgradeLevel
Get all the potion effects for this level.
getPrefix() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.Database
The prefix used for tables in the database.
getPreviewIslands() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
List of preview-island locations.
getPreviousMenu() - Method in interface com.bgsoftware.superiorskyblock.api.menu.ISuperiorMenu
Get the previous menu of this menu.
getPreviousRole() - Method in interface com.bgsoftware.superiorskyblock.api.island.PlayerRole
Get the previous role in the ladder.
getPrice(Key) - Method in interface com.bgsoftware.superiorskyblock.api.hooks.PricesProvider
Get price of a block/item.
getPrice() - Method in interface com.bgsoftware.superiorskyblock.api.upgrades.UpgradeLevel
Deprecated.
See getCost()
getPricesProvider() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.ProvidersManager
Get the currently used prices-provider.
getPrivilegedPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangePlayerPrivilegeEvent
Get the player that the privilege was changed for.
getPrivilegedPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandClearPlayerPrivilegesEvent
Get the player that the privileges were cleared for.
getProgress(SuperiorPlayer) - Method in class com.bgsoftware.superiorskyblock.api.missions.Mission
Get the progress of a specific player.
getProgress() - Method in interface com.bgsoftware.superiorskyblock.api.service.bossbar.BossBar
Get the progress bar of this boss-bar.
getProgressValue(SuperiorPlayer) - Method in class com.bgsoftware.superiorskyblock.api.missions.Mission
Get the progress value of a specific player.
getProtectedMessageDelay() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
The delay between protect messages, in ticks.
getProviders() - Method in interface com.bgsoftware.superiorskyblock.api.SuperiorSkyblock
Get the providers manager of the core.
getProviders() - Static method in class com.bgsoftware.superiorskyblock.api.SuperiorSkyblockAPI
Get the providers manager of the core.
getPvPWorlds() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
List of worlds that pvp is allowed between island-members.
getRating() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandRateEvent
Get the rating given to the island.
getRating(SuperiorPlayer) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the rating that a player has given the island.
getRatingAmount() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the amount of ratings that have have been given to the island.
getRatingPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandRateEvent
Get the player that its rating was changed.
getRatingPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandRemoveRatingEvent
Get the player that its rating was removed.
getRatings() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get all the ratings of the island.
getRaw(Key, V) - Method in interface com.bgsoftware.superiorskyblock.api.key.KeyMap
Get a value from the key without checking for global keys or other similar keys.
getRawIcon() - Method in interface com.bgsoftware.superiorskyblock.api.island.warps.IslandWarp
Get the icon of the warp.
getRawIcon() - Method in interface com.bgsoftware.superiorskyblock.api.island.warps.WarpCategory
Get the icon of the category.
getRawLevel() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the level value of the island, excluding the bonus level.
getRawName() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the name of the island, unformatted.
getRawWorth() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the worth value of the island, excluding bonus worth and the money in the bank.
getReason() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeLevelBonusEvent
Get the reason for changing the level bonus.
getReason() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeWorthBonusEvent
Get the reason for changing the worth bonus.
getReason() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandSetHomeEvent
Get the reason the home was changed.
getRecalcTaskTimeout() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
Cooldown between recalculations of an island, in seconds.
getReceiver() - Method in class com.bgsoftware.superiorskyblock.api.events.SendMessageEvent
Get the receiver of the message.
getRegisteredWorlds() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.GridManager
Get all registered worlds.
getRequiredChecks() - Method in class com.bgsoftware.superiorskyblock.api.missions.Mission
Get the required checks for completing this mission.
getRequiredMissions() - Method in class com.bgsoftware.superiorskyblock.api.missions.Mission
Get the required missions for completing this mission.
getRequiredPlayerRole(IslandPrivilege) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the required role for a specific permission.
getResource(String) - Method in class com.bgsoftware.superiorskyblock.api.modules.ModuleResources
Get the raw contents of an embedded resource within the module.
getResource(String) - Method in class com.bgsoftware.superiorskyblock.api.modules.PluginModule
Get the raw contents of an embedded resource within the module.
getRestrictReason() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandRestrictMoveEvent
Get the reason for the restriction.
getRoleLimit() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeRoleLimitEvent
Get the new role limit of the role.
getRoleLimit(PlayerRole) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the limit of players that can have the same role at a time.
getRoleLimit(PlayerRole) - Method in interface com.bgsoftware.superiorskyblock.api.upgrades.UpgradeLevel
Get a limit of a role for this level.
getRoleLimitRaw(PlayerRole) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the limit of players that can have the same role at a time that was set using a command.
getRoleLimits() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.DefaultValues
The default role-limits for new islands.
getRoleLimits() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get all the role limits for the island.
getRoleLimits() - Method in interface com.bgsoftware.superiorskyblock.api.upgrades.UpgradeLevel
Get the role limits of this level.
getRolePermissions() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the permissions and their required roles.
getRoles() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.PlayersManager
Deprecated.
getRoles() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.RolesManager
Get a list of all the roles.
getRoles() - Method in interface com.bgsoftware.superiorskyblock.api.SuperiorSkyblock
Get the roles manager of the core.
getRoles() - Static method in class com.bgsoftware.superiorskyblock.api.SuperiorSkyblockAPI
Get the roles manager of the core.
getRows() - Method in interface com.bgsoftware.superiorskyblock.api.island.IslandChest
Get the amount of rows for this chest.
getSafeBlocks() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
Get all the safe blocks.
getSchematic() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandCreateEvent
Get the schematic that was used.
getSchematic() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandSchematicPasteEvent
Get the schematic that was used.
getSchematic(String) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.SchematicManager
Get a schematic by it's name.
getSchematic() - Method in interface com.bgsoftware.superiorskyblock.api.island.IslandPreview
Get the requested schematic.
getSchematic(String) - Static method in class com.bgsoftware.superiorskyblock.api.SuperiorSkyblockAPI
Get a schematic object by its name
getSchematicName() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the schematic that was used to create the island.
getSchematicParsers() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.SchematicManager
Get all the registered parsers, in the same order they were registered.
getSchematicPos1() - Method in interface com.bgsoftware.superiorskyblock.api.wrappers.SuperiorPlayer
Get the first schematic position of the player.
getSchematicPos2() - Method in interface com.bgsoftware.superiorskyblock.api.wrappers.SuperiorPlayer
Get the second schematic position of the player.
getSchematics() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.SchematicManager
Get a list of all the schematics.
getSchematics() - Method in interface com.bgsoftware.superiorskyblock.api.SuperiorSkyblock
Get the schematics manager of the core.
getSchematics() - Static method in class com.bgsoftware.superiorskyblock.api.SuperiorSkyblockAPI
Get the schematics manager of the core.
getScriptEngine() - Method in interface com.bgsoftware.superiorskyblock.api.SuperiorSkyblock
Get the script engine of the plugin.
getSection() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.IslandRoles
The configuration section of the island-roles.
getSettings() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.Spawn
List of island-flags that will be enabled for the spawn island.
getSettings() - Method in interface com.bgsoftware.superiorskyblock.api.SuperiorSkyblock
Get the settings of the plugin.
getSettings() - Static method in class com.bgsoftware.superiorskyblock.api.SuperiorSkyblockAPI
Get the settings of the plugin.
getSignWarp() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
The lines to be set for warp signs.
getSignWarpLine() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
The line that determines if a sign is created as an island warp.
getSize() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.Spawn
The size of the spawn island.
getSize() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.GridManager
Get the amount of islands.
getSlot() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeWarpCategorySlotEvent
Get the new slot of the warp-category.
getSlot() - Method in interface com.bgsoftware.superiorskyblock.api.island.warps.WarpCategory
Get the slot of the category.
getSlot() - Method in interface com.bgsoftware.superiorskyblock.api.missions.MissionCategory
Get the slot of the category in the missions menu.
getSlot() - Method in interface com.bgsoftware.superiorskyblock.api.upgrades.Upgrade
Get the slot the upgrade is in the upgrades menu.
getSortedIslands(SortingType) - Method in interface com.bgsoftware.superiorskyblock.api.island.container.IslandsContainer
Get all islands sorted by a specific sorting-type.
getSpawn() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
All settings related to the spawn island.
getSpawner(Location) - Method in interface com.bgsoftware.superiorskyblock.api.hooks.SpawnersProvider
Get a pair that represents information about a spawner in a specific location.
getSpawnerRates() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.DefaultValues
The default spawner-rates multiplier for new islands.
getSpawnerRates() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeSpawnerRatesEvent
Get the new spawner-rates multiplier of the island.
getSpawnerRates() - Method in interface com.bgsoftware.superiorskyblock.api.upgrades.UpgradeLevel
Get the spawner rates multiplier of this level.
getSpawnerRatesMultiplier() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the spawner-rates multiplier for the island.
getSpawnerRatesRaw() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the spawner-rates multiplier for the island that was set using a command.
getSpawnersProvider() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
The spawners-provider to use.
getSpawnersProvider() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.ProvidersManager
Get the currently used spawners-provider.
getSpawnerType(ItemStack) - Method in interface com.bgsoftware.superiorskyblock.api.hooks.SpawnersProvider
Get the spawner type from an item.
getSpawnIsland() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.GridManager
Get the spawn island object.
getSpawnIsland() - Static method in class com.bgsoftware.superiorskyblock.api.SuperiorSkyblockAPI
Get the spawn island.
getStackedBlockAmount(Block) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.StackedBlocksManager
Get the block amount in a specific block.
getStackedBlockAmount(Location) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.StackedBlocksManager
Get the block amount in a specific location.
getStackedBlockKey(Location) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.StackedBlocksManager
Get the block's key in a specific location.
getStackedBlocks() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
All settings related to the stacked-blocks system of the plugin.
getStackedBlocks() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.GridManager
Deprecated.
getStackedBlocks(Chunk) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.StackedBlocksManager
Get all the stacked blocks in a specific chunk.
getStackedBlocks(World, int, int) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.StackedBlocksManager
Get all the stacked blocks in a specific chunk.
getStackedBlocks() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.StackedBlocksManager
Get all the stacked blocks on the server.
getStackedBlocks() - Method in interface com.bgsoftware.superiorskyblock.api.SuperiorSkyblock
Get the stacked-blocks manager of the core.
getStackedBlocks() - Static method in class com.bgsoftware.superiorskyblock.api.SuperiorSkyblockAPI
Get the stacked-blocks manager of the core.
getStackedBlocksProvider() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
The stacked-blocks provider to use.
getStackedBlocksProvider() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.ProvidersManager
Get the currently used stacked-blocks provider.
getSubCommands() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.CommandsManager
Get all the registered sub-commands.
getSubCommands(boolean) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.CommandsManager
Get all the registered sub-commands.
getSubKey() - Method in interface com.bgsoftware.superiorskyblock.api.key.Key
Get the sub key of this key instance.
getSuperiorAdminCommands(SuperiorSkyblock) - Method in class com.bgsoftware.superiorskyblock.api.modules.PluginModule
List of admin commands to register for the module.
getSuperiorCommands(SuperiorSkyblock) - Method in class com.bgsoftware.superiorskyblock.api.modules.PluginModule
List of player commands to register for the module.
getSuperiorMenu() - Method in class com.bgsoftware.superiorskyblock.api.events.PlayerCloseMenuEvent
Get the menu that was opened by the player.
getSuperiorMenu() - Method in class com.bgsoftware.superiorskyblock.api.events.PlayerOpenMenuEvent
Get the menu that was opened by the player.
getSuperiorPlayer(String) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.PlayersManager
Get a player by it's name.
getSuperiorPlayer(Player) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.PlayersManager
Get a player by a player.
getSuperiorPlayer(UUID) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.PlayersManager
Get a player by it's uuid.
getSuperiorPlayer(String) - Method in interface com.bgsoftware.superiorskyblock.api.player.container.PlayersContainer
Get a player by its name.
getSuperiorPlayer(UUID) - Method in interface com.bgsoftware.superiorskyblock.api.player.container.PlayersContainer
Get a player by its uuid.
getSuperiorSkyblock() - Static method in class com.bgsoftware.superiorskyblock.api.SuperiorSkyblockAPI
Get the plugin instance.
getSyncWorth() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
The sync-worth status of the plugin.
getTarget() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandBanEvent
Get the player that was banned.
getTarget() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandCoopPlayerEvent
Get the player that will be cooped.
getTarget() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandInviteEvent
Get the player who received the invite request.
getTarget() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandKickEvent
Get the player that was kicked.
getTarget() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandUncoopPlayerEvent
Get the player that will no longer be coop.
getTeamLimit() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.DefaultValues
The default team limit for new islands.
getTeamLimit() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the team limit of the island.
getTeamLimit() - Method in interface com.bgsoftware.superiorskyblock.api.upgrades.UpgradeLevel
Get the team limit of this level.
getTeamLimitRaw() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the team limit of the island that was set with a command.
getTeleportLocation(World.Environment) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the members' teleport location of the island, depends on the world environment.
getTeleportLocations() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get all the teleport locations of the island.
getTeleportTask() - Method in interface com.bgsoftware.superiorskyblock.api.wrappers.SuperiorPlayer
Get the current active teleport task of the player.
getTextureValue() - Method in interface com.bgsoftware.superiorskyblock.api.wrappers.SuperiorPlayer
Get the last known skin-texture value of the player.
getTime() - Method in interface com.bgsoftware.superiorskyblock.api.island.bank.BankTransaction
Get the time the transaction was made.
getTitle() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.StackedBlocks.DepositMenu
The title of the deposit menu.
getTo() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandLeaveEvent
Get the location the player will be after he's leaving.
getTopIslandMembersSorting() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
Get the way to sort members in the top islands menu.
getTotalLevel() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.GridManager
Get the total level of all the islands.
getTotalRating() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the total rating of the island.
getTotalWorth() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.GridManager
Get the total worth of all the islands.
getTransactionMoney() - Method in class com.bgsoftware.superiorskyblock.api.hooks.EconomyProvider.EconomyResult
Get the amount of money involved in the transaction.
getTransactions(SuperiorPlayer) - Method in interface com.bgsoftware.superiorskyblock.api.island.bank.IslandBank
Get all the transactions made by a player.
getType() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.Database
Get the database-type to use (SQLite or MySQL).
getType() - Method in class com.bgsoftware.superiorskyblock.api.persistence.PersistentDataType
 
getType() - Method in interface com.bgsoftware.superiorskyblock.api.service.message.IMessageComponent
Get the type of this component.
getUnbannedPlayer() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandUnbanEvent
Get the player that was unbanned.
getUncoopReason() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandUncoopPlayerEvent
Get the reason for the action.
getUniqueId() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the unique-id of the island.
getUniqueId() - Method in interface com.bgsoftware.superiorskyblock.api.wrappers.SuperiorPlayer
Get the UUID of the player.
getUniqueVisitors() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get all the visitors that visited the island until now.
getUniqueVisitorsWithTimes() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get all the visitors that visited the island until now, with the time they last visited.
getUnlockedWorldsFlag() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the unlocked worlds flag.
getUpgrade() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandUpgradeEvent
Get the name of the upgrade.
getUpgrade(String) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.UpgradesManager
Get an upgrade by it's name.
getUpgrade(int) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.UpgradesManager
Get an upgrade by it's menu slot.
getUpgradeCooldown() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
Cooldown between upgrades.
getUpgradeCost() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandUpgradeEvent
Get the upgrade cost that is used.
getUpgradeCostLoader(String) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.UpgradesManager
Get upgrade cost loader by its id
getUpgradeLevel() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandUpgradeEvent
Get the level that will be upgraded to.
getUpgradeLevel(Upgrade) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the level of an upgrade for the island.
getUpgradeLevel(int) - Method in interface com.bgsoftware.superiorskyblock.api.upgrades.Upgrade
Get the upgrade-level object from a level.
getUpgradeName() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandUpgradeEvent
Get the name of the upgrade.
getUpgrades() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.UpgradesManager
Get all the upgrades of the plugin.
getUpgrades() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get all the upgrades with their levels.
getUpgrades() - Method in interface com.bgsoftware.superiorskyblock.api.SuperiorSkyblock
Get the upgrades manager of the core.
getUpgrades() - Static method in class com.bgsoftware.superiorskyblock.api.SuperiorSkyblockAPI
Get the upgrades manager of the core.
getUpgradesCostLoaders() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.UpgradesManager
Get all registered cost loader
getUsage(Locale) - Method in interface com.bgsoftware.superiorskyblock.api.commands.SuperiorCommand
Get the usage of the sub command.
getUserLocale() - Method in interface com.bgsoftware.superiorskyblock.api.wrappers.SuperiorPlayer
Get the locale of the player.
getUsername() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.Database
The username used to connect to the database.
getValuableBlocks() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
List of valuable-blocks.
getValue() - Method in enum com.bgsoftware.superiorskyblock.api.enums.Rating
Get the integer value of the rating.
getValue() - Method in class com.bgsoftware.superiorskyblock.api.objects.Pair
Get the second element of this pair.
getValuesString() - Static method in enum com.bgsoftware.superiorskyblock.api.enums.Rating
Get a string of all the rating names.
getVanishProvider() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.ProvidersManager
Get the currently used vanish-provider.
getVisitorsLocation() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the visitors' teleport location of the island.
getVisitorsSign() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
All settings related to the visitors-sign.
getVoidTeleport() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
All settings related to the void teleportation.
getWaitTimeout() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.Database
The wait-timeout of the database, in milliseconds.
getWarp(Location) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get an island warp in a specific location.
getWarp(String) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get an island warp by it's name..
getWarpCategories() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get all the warp categories of the island.
getWarpCategory() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeWarpCategoryIconEvent
Get the warp-category that its icon was changed.
getWarpCategory() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeWarpCategorySlotEvent
Get the warp-category that its slot was changed.
getWarpCategory() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandCreateWarpEvent
Get the category of the new warp.
getWarpCategory() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandRenameWarpCategoryEvent
Get the warp-category that was renamed.
getWarpCategory(String) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get a warp category.
getWarpCategory(int) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get a warp category by the slot inside the manage menu.
getWarpName() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandCreateWarpEvent
Get the name of the new warp.
getWarpName() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandRenameWarpEvent
Get the new name of the warp.
getWarps() - Method in interface com.bgsoftware.superiorskyblock.api.island.warps.WarpCategory
Get all the warps of this category.
getWarpsLimit() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.DefaultValues
The default warps limit for new islands.
getWarpsLimit() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeWarpsLimitEvent
Get the new warps limit of the island.
getWarpsLimit() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the warps limit of the island.
getWarpsLimit() - Method in interface com.bgsoftware.superiorskyblock.api.upgrades.UpgradeLevel
Get the warps limit of this level.
getWarpsLimitRaw() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the warps limit of the island that was set using a command.
getWarpsWarmup() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
Delay before teleporting to an island warp, in milliseconds.
getWeight() - Method in interface com.bgsoftware.superiorskyblock.api.island.PlayerRole
Get the weight of the role in the ladder.
getWhitelisted() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.StackedBlocks
List of whitelisted block types that can be stacked together.
getWorld() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChunkResetEvent
Get the world of the chunk.
getWorld() - Method in interface com.bgsoftware.superiorskyblock.api.wrappers.BlockPosition
Get the world of the position.
getWorld() - Method in interface com.bgsoftware.superiorskyblock.api.wrappers.SuperiorPlayer
Get the world that the player is inside.
getWorldEventsManager() - Method in interface com.bgsoftware.superiorskyblock.api.SuperiorSkyblock
Get the world events-manager of the plugin.
getWorldName() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.Worlds
The name of the overworld world.
getWorldName() - Method in interface com.bgsoftware.superiorskyblock.api.wrappers.BlockPosition
Get the name of the world of the position.
getWorlds() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager
All settings related to the worlds of the plugin..
getWorldsProvider() - Method in interface com.bgsoftware.superiorskyblock.api.handlers.ProvidersManager
Get the currently used worlds-provider.
getWorth() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandWorthCalculatedEvent
Get the new worth value of the island.
getWorth() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Get the worth value of the island, including the money in the bank.
getWorthBonus() - Method in class com.bgsoftware.superiorskyblock.api.events.IslandChangeWorthBonusEvent
Get the new worth bonus of the island.
getX() - Method in interface com.bgsoftware.superiorskyblock.api.wrappers.BlockPosition
Get the x value of the position.
getY() - Method in interface com.bgsoftware.superiorskyblock.api.wrappers.BlockPosition
Get the y value of the position.
getZ() - Method in interface com.bgsoftware.superiorskyblock.api.wrappers.BlockPosition
Get the z value of the position.
giveInterest(boolean) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Give the bank interest to this island.
GridManager - Interface in com.bgsoftware.superiorskyblock.api.handlers
 
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links