Skip navigation links
B C E G H I U V 

B

BlockScore - Interface in us.talabrek.ultimateskyblock.api.model
How much of your score is calculated based on a specific blockId.
BlockScore.State - Enum in us.talabrek.ultimateskyblock.api.model
The possible states of a BlockScore.

C

compareTo(IslandLevel) - Method in class us.talabrek.ultimateskyblock.api.IslandLevel
 
contains(Location) - Method in interface us.talabrek.ultimateskyblock.api.IslandInfo
Checks whether a location is within the island borders.

E

equals(Object) - Method in class us.talabrek.ultimateskyblock.api.IslandLevel
 

G

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.

H

hashCode() - Method in class us.talabrek.ultimateskyblock.api.IslandLevel
 
hasOnlineMembers() - Method in interface us.talabrek.ultimateskyblock.api.IslandInfo
True if at least one member of the island is online.

I

isBanned(Player) - Method in interface us.talabrek.ultimateskyblock.api.IslandInfo
True iff the player has been banned from this island.
isGTE(String) - Method in interface us.talabrek.ultimateskyblock.api.uSkyBlockAPI
Convenience method to test the API version.
IslandInfo - Interface in us.talabrek.ultimateskyblock.api
Public API for an island.
IslandLevel - Class in us.talabrek.ultimateskyblock.api
Simple Immutable POJO for holding the island level.
IslandLevel(String, String, List<String>, double) - Constructor for class us.talabrek.ultimateskyblock.api.IslandLevel
 
IslandRank - Class in us.talabrek.ultimateskyblock.api
Rank for an island.
IslandRank(String, String, List<String>, double, int) - Constructor for class us.talabrek.ultimateskyblock.api.IslandRank
 
IslandRank(IslandLevel, int) - Constructor for class us.talabrek.ultimateskyblock.api.IslandRank
 
IslandScore - Interface in us.talabrek.ultimateskyblock.api.model
The summary of island calculation.
isLeader(Player) - Method in interface us.talabrek.ultimateskyblock.api.IslandInfo
True iff the player is the leader of this island.
isParty() - Method in interface us.talabrek.ultimateskyblock.api.IslandInfo
True if this island constitutes a party (more than 1 member).

U

us.talabrek.ultimateskyblock.api - package us.talabrek.ultimateskyblock.api
This contains the official uSkyBlock API.
us.talabrek.ultimateskyblock.api.event - package us.talabrek.ultimateskyblock.api.event
 
us.talabrek.ultimateskyblock.api.model - package us.talabrek.ultimateskyblock.api.model
 
uSkyBlockAPI - Interface in us.talabrek.ultimateskyblock.api
The public API of the uSkyBlock plugin.
uSkyBlockEvent - Class in us.talabrek.ultimateskyblock.api.event
Event fired when changes occur in the uSkyBlock plugin that might be of interest to other plugins.
uSkyBlockEvent(Player, uSkyBlockAPI, uSkyBlockEvent.Cause) - Constructor for class us.talabrek.ultimateskyblock.api.event.uSkyBlockEvent
 
uSkyBlockEvent.Cause - Enum in us.talabrek.ultimateskyblock.api.event
 
uSkyBlockScoreChangedEvent - Class in us.talabrek.ultimateskyblock.api.event
Fired when a player updates his island-score.
uSkyBlockScoreChangedEvent(Player, uSkyBlockAPI, IslandScore) - Constructor for class us.talabrek.ultimateskyblock.api.event.uSkyBlockScoreChangedEvent
 

V

valueOf(String) - Static method in enum us.talabrek.ultimateskyblock.api.event.uSkyBlockEvent.Cause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum us.talabrek.ultimateskyblock.api.model.BlockScore.State
Returns the enum constant of this type with the specified name.
values() - Static method in enum us.talabrek.ultimateskyblock.api.event.uSkyBlockEvent.Cause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum us.talabrek.ultimateskyblock.api.model.BlockScore.State
Returns an array containing the constants of this enum type, in the order they are declared.
B C E G H I U V 
Skip navigation links

Copyright © 2016. All rights reserved.