- getAPI() - Method in class us.talabrek.ultimateskyblock.api.event.uSkyBlockEvent
-
Returns a handle to the API - can be used to retrieve state-changes.
- getBans() - Method in interface us.talabrek.ultimateskyblock.api.IslandInfo
-
List of players banned from this island.
- getBiome() - Method in interface us.talabrek.ultimateskyblock.api.IslandInfo
-
The name of the biome.
- getBlock() - Method in interface us.talabrek.ultimateskyblock.api.model.BlockScore
-
The type of block.
- getCause() - Method in class us.talabrek.ultimateskyblock.api.event.uSkyBlockEvent
-
Returns the cause of the event.
- getColor() - Method in enum us.talabrek.ultimateskyblock.api.model.BlockScore.State
-
Returns the chat-color associated with this state.
- getCount() - Method in interface us.talabrek.ultimateskyblock.api.model.BlockScore
-
The number of blocks of this type found on the island.
- getHandlerList() - Static method in class us.talabrek.ultimateskyblock.api.event.uSkyBlockEvent
-
Returns the handlers listening to this event.
- getHandlerList() - Static method in class us.talabrek.ultimateskyblock.api.event.uSkyBlockScoreChangedEvent
-
Returns the handlers listening to this event.
- getHandlers() - Method in class us.talabrek.ultimateskyblock.api.event.uSkyBlockEvent
-
Returns the handlers listening to this event.
- getHandlers() - Method in class us.talabrek.ultimateskyblock.api.event.uSkyBlockScoreChangedEvent
-
- getIslandInfo(Player) - Method in interface us.talabrek.ultimateskyblock.api.uSkyBlockAPI
-
Returns the island-information for the player, or null
if none exist.
- getIslandInfo(Location) - Method in interface us.talabrek.ultimateskyblock.api.uSkyBlockAPI
-
Returns the island-information for the supplied location, or null
if none exist.
- getIslandLevel(Player) - Method in interface us.talabrek.ultimateskyblock.api.uSkyBlockAPI
-
Returns the currently registered score for the given player.
- getIslandLocation() - Method in interface us.talabrek.ultimateskyblock.api.IslandInfo
-
The location of the island.
- getIslandName() - Method in class us.talabrek.ultimateskyblock.api.IslandLevel
-
Returns a logical name of the island on the form x,y
- getIslandRank(Player) - Method in interface us.talabrek.ultimateskyblock.api.uSkyBlockAPI
-
Returns the current rank of the island of the supplied player.
- getIslandRank(Location) - Method in interface us.talabrek.ultimateskyblock.api.uSkyBlockAPI
-
Returns the island (or null
) of the location supplied.
- getLeader() - Method in interface us.talabrek.ultimateskyblock.api.IslandInfo
-
Returns the player-name of the island-leader.
- getLeaderName() - Method in class us.talabrek.ultimateskyblock.api.IslandLevel
-
Returns the display-name of the island-leader.
- getLevel() - Method in interface us.talabrek.ultimateskyblock.api.IslandInfo
-
The currently registered level of this island.
- getLog() - Method in interface us.talabrek.ultimateskyblock.api.IslandInfo
-
The latest event-log for the island.
- getMaxAnimals() - Method in interface us.talabrek.ultimateskyblock.api.IslandInfo
-
Returns the maximum number of animals that can spawn on this island.
- getMaxGolems() - Method in interface us.talabrek.ultimateskyblock.api.IslandInfo
-
Returns the maximum number of golems (snowmen and iron-golems) that can spawn on this island.
- getMaxMonsters() - Method in interface us.talabrek.ultimateskyblock.api.IslandInfo
-
Returns the maximum number of monsters (including squids) that can spawn on this island.
- getMaxPartySize() - Method in interface us.talabrek.ultimateskyblock.api.IslandInfo
-
Returns the maximum number of members this island can have.
- getMaxVillagers() - Method in interface us.talabrek.ultimateskyblock.api.IslandInfo
-
Returns the maximum number of villagers that can spawn on this island.
- getMembers() - Method in interface us.talabrek.ultimateskyblock.api.IslandInfo
-
The player-names of all the island-members (including the leader).
- getMembers() - Method in class us.talabrek.ultimateskyblock.api.IslandLevel
-
Returns a comma-separated list of members, with parenthesis around, or the empty string.
- getName() - Method in interface us.talabrek.ultimateskyblock.api.model.BlockScore
-
User displayable name of the block.
- getOnlineMembers() - Method in interface us.talabrek.ultimateskyblock.api.IslandInfo
-
List of members currently online.
- getPartySize() - Method in interface us.talabrek.ultimateskyblock.api.IslandInfo
-
The current party-size of the island.
- getPlayer() - Method in class us.talabrek.ultimateskyblock.api.event.uSkyBlockEvent
-
Returns the player involved/triggering the update.
- getRank() - Method in class us.talabrek.ultimateskyblock.api.IslandRank
-
- getRanks(int, int) - Method in interface us.talabrek.ultimateskyblock.api.uSkyBlockAPI
-
Returns the rank-list.
- getSchematicName() - Method in interface us.talabrek.ultimateskyblock.api.IslandInfo
-
Returns the current schematic-name for the island).
- getScore() - Method in class us.talabrek.ultimateskyblock.api.event.uSkyBlockScoreChangedEvent
-
Returns the score that changed.
- getScore() - Method in class us.talabrek.ultimateskyblock.api.IslandLevel
-
Returns the score of the island.
- getScore() - Method in interface us.talabrek.ultimateskyblock.api.model.BlockScore
-
The score contribution from this block.
- getScore() - Method in interface us.talabrek.ultimateskyblock.api.model.IslandScore
-
Returns the calculated score.
- getSize() - Method in interface us.talabrek.ultimateskyblock.api.model.IslandScore
-
Returns the total size of the top-list.
- getState() - Method in interface us.talabrek.ultimateskyblock.api.model.BlockScore
-
The current state of this block.
- getTop(int) - Method in interface us.talabrek.ultimateskyblock.api.model.IslandScore
-
Returns an ordered list of the BlockScore influencing the score-calculation.
- getTop(int, int) - Method in interface us.talabrek.ultimateskyblock.api.model.IslandScore
-
Returns an ordered list of the BlockScore influencing the score-calculation.
- getTopTen() - Method in interface us.talabrek.ultimateskyblock.api.uSkyBlockAPI
-
Convenience method for #getRanks(0, 10).
- getTrustees() - Method in interface us.talabrek.ultimateskyblock.api.IslandInfo
-
List of players trusted on this island.
- getWarpLocation() - Method in interface us.talabrek.ultimateskyblock.api.IslandInfo
-
The (possibly null
) location of the island-warp.