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

H

handleBlockBreak(Block) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Handle a break of a block.
handleBlockBreak(Block, int) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Handle a break of a block with a specific amount.
handleBlockBreak(Block, int, boolean) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Handle a break of a block with a specific amount.
handleBlockBreak(Key, int) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Handle a break of a block's key with a specific amount.
handleBlockBreak(Key, int, boolean) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Handle a break of a block with a specific amount.
handleBlockBreak(Key, BigInteger, boolean) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Handle a break of a block with a specific amount.
handleBlockPlace(Block) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Handle a placement of a block.
handleBlockPlace(Block, int) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Handle a placement of a block with a specific amount.
handleBlockPlace(Block, int, boolean) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Handle a placement of a block with a specific amount.
handleBlockPlace(Key, int) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Handle a placement of a block's key with a specific amount.
handleBlockPlace(Key, int, boolean) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Handle a placement of a block's key with a specific amount.
handleBlockPlace(Key, BigInteger, boolean) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Handle a placement of a block's key with a specific amount.
handleBlockPlace(Key, BigInteger, boolean, boolean) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Handle a placement of a block's key with a specific amount.
handleBlocksPlace(Map<Key, Integer>) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Handle placements of many blocks in one time.
handleCancel() - Method in interface com.bgsoftware.superiorskyblock.api.island.IslandPreview
Handle cancellation of the creation of the island.
handleConfirm() - Method in interface com.bgsoftware.superiorskyblock.api.island.IslandPreview
Handle confirmation of creation of the island.
handleEscape() - Method in interface com.bgsoftware.superiorskyblock.api.island.IslandPreview
Handle escaping from the area of the preview.
has(String) - Method in interface com.bgsoftware.superiorskyblock.api.persistence.PersistentDataContainer
Check if the provided key has a matching metadata value.
hasActiveCreateRequest(SuperiorPlayer) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.GridManager
Checks if a player has an active request for creating an island.
hasActiveUpgradeCooldown() - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Check if the island has an active upgrade cooldown.
hasAdminSpyEnabled() - Method in interface com.bgsoftware.superiorskyblock.api.wrappers.SuperiorPlayer
Check whether or not the player has admin spy mode enabled.
hasAllRequiredMissions(SuperiorPlayer, Mission<?>) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.MissionsManager
Check whether or not a player has all the required missions to complete a mission.
hasBlocksStackerEnabled() - Method in interface com.bgsoftware.superiorskyblock.api.wrappers.SuperiorPlayer
Check whether or not the blocks stacker mode is enabled for the player.
hasBypassModeEnabled() - Method in interface com.bgsoftware.superiorskyblock.api.wrappers.SuperiorPlayer
Check whether or not the bypass mode is enabled for the player.
hasCompleted(SuperiorPlayer, Mission<?>) - Method in interface com.bgsoftware.superiorskyblock.api.handlers.MissionsManager
Check whether or not the player has already completed the mission.
hasCompletedMission(Mission<?>) - Method in interface com.bgsoftware.superiorskyblock.api.missions.IMissionsHolder
Check whether the island has completed the mission before.
hasDisbands() - Method in interface com.bgsoftware.superiorskyblock.api.wrappers.SuperiorPlayer
Check whether or not the player has more disbands.
hasEnoughBalance(SuperiorPlayer) - Method in interface com.bgsoftware.superiorskyblock.api.upgrades.cost.UpgradeCost
Check whether or not the player has enough money in his bank.
hasFailed() - Method in class com.bgsoftware.superiorskyblock.api.hooks.EconomyProvider.EconomyResult
Check if the transaction has failed.
hasFlyGamemode() - Method in interface com.bgsoftware.superiorskyblock.api.wrappers.SuperiorPlayer
Check whether or not this player is in a gamemode with fly mode enabled.
hashCode() - Method in class com.bgsoftware.superiorskyblock.api.missions.Mission
 
hasIsland() - Method in interface com.bgsoftware.superiorskyblock.api.wrappers.SuperiorPlayer
Check if this player is a member of an island.
hasIslandFlyEnabled() - Method in interface com.bgsoftware.superiorskyblock.api.wrappers.SuperiorPlayer
Set whether or not the player has flying enabled.
hasKeyOfType(String, PersistentDataType<T>) - Method in interface com.bgsoftware.superiorskyblock.api.persistence.PersistentDataContainer
Check if the provided key has a matching metadata value of the provided type.
hasPermission(Player, String) - Method in interface com.bgsoftware.superiorskyblock.api.hooks.PermissionsProvider
Check whether a player has permission.
hasPermission(CommandSender, IslandPrivilege) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Check if a CommandSender has a permission.
hasPermission(SuperiorPlayer, IslandPrivilege) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Check if a player has a permission.
hasPermission(PlayerRole, IslandPrivilege) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Check if a role has a permission.
hasPermission(IslandPrivilege) - Method in interface com.bgsoftware.superiorskyblock.api.island.PermissionNode
Check whether or not the node has a permission.
hasPermission(String) - Method in interface com.bgsoftware.superiorskyblock.api.wrappers.SuperiorPlayer
Check whether or not the player has a permission.
hasPermission(IslandPrivilege) - Method in interface com.bgsoftware.superiorskyblock.api.wrappers.SuperiorPlayer
Check whether or not the player has a permission on his island.
hasPermissionWithoutOP(String) - Method in interface com.bgsoftware.superiorskyblock.api.wrappers.SuperiorPlayer
Check whether or not the player has a permission without having op.
hasPrivateFlag() - Method in interface com.bgsoftware.superiorskyblock.api.island.warps.IslandWarp
Check if the warp is private or public to visitors.
hasPublicKeyRetrieval() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.Database
Whether public-key-retrieval is allowed in the database or not.
hasReachedBlockLimit(Key) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
A method to check if a specific block has reached the limit.
hasReachedBlockLimit(Key, int) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
A method to check if a specific block has reached the limit.
hasReachedEntityLimit(EntityType) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
A method to check if a specific entity has reached the limit.
hasReachedEntityLimit(Key) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
A method to check if a specific entity has reached the limit.
hasReachedEntityLimit(EntityType, int) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
A method to check if a specific entity has reached the limit.
hasReachedEntityLimit(Key, int) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
A method to check if a specific entity has reached the limit.
hasSchematicModeEnabled() - Method in interface com.bgsoftware.superiorskyblock.api.wrappers.SuperiorPlayer
Check whether or not the schematic mode is enabled for the player.
hasSettingsEnabled(IslandFlag) - Method in interface com.bgsoftware.superiorskyblock.api.island.Island
Check whether a settings is enabled or not.
hasSSL() - Method in interface com.bgsoftware.superiorskyblock.api.config.SettingsManager.Database
Whether the database uses SSL or not.
hasTeamChatEnabled() - Method in interface com.bgsoftware.superiorskyblock.api.wrappers.SuperiorPlayer
Check whether or not the team chat is enabled for the player.
hasToggledPanel() - Method in interface com.bgsoftware.superiorskyblock.api.wrappers.SuperiorPlayer
Check whether or not the player has their panel toggled.
hasWorldBorderEnabled() - Method in interface com.bgsoftware.superiorskyblock.api.wrappers.SuperiorPlayer
Check whether or not the world border is enabled for the player.
HitActionResult - Enum in com.bgsoftware.superiorskyblock.api.enums
 
Hologram - Interface in com.bgsoftware.superiorskyblock.api.service.hologram
 
HologramsService - Interface in com.bgsoftware.superiorskyblock.api.service.hologram
 
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links