Index

A B C D E F G H I K L M N O P R S T U V W 
All Classes and Interfaces|All Packages

A

addAmount(OfflinePlayer, BigDecimal) - Method in interface de.marcely.bedwars.api.cosmetics.currency.CurrencyProvider
Adds the given amount to the player's current amount.
addAmount(OfflinePlayer, BigDecimal, Consumer<BigDecimal>) - Method in interface de.marcely.bedwars.api.cosmetics.currency.CurrencyProvider
Adds the given amount to the player's current amount.
addOwnership(CosmeticItemOwnership) - Method in interface de.marcely.bedwars.api.cosmetics.CosmeticPlayer
Add a new ownership to the player.
ALLOW_CUSTOM - Enum constant in enum me.harsh.privategamesaddon.api.events.PrivateArenaJoinEvent.Result
The player is allowed to join due to a custom reason (only from API).
ALLOW_IS_ADMIN - Enum constant in enum me.harsh.privategamesaddon.api.events.PrivateArenaJoinEvent.Result
The player is allowed to join because they are a server admin and forc-joined.
ALLOW_IS_MEMBER - Enum constant in enum me.harsh.privategamesaddon.api.events.PrivateArenaJoinEvent.Result
The player is allowed to join because they are a member of the party.
ANIMATION_BED_DESTROY - Static variable in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItemCategory
Played when the player with this cosmetic destroys a bed.
ANIMATION_DEATH - Static variable in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItemCategory
Played when the player with this cosmetic dies.
ANIMATION_KILL - Static variable in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItemCategory
Played when the player with this cosmetic kills another player.
ANIMATION_ROUND_START - Static variable in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItemCategory
Played when the game starts for the player with this cosmetic.
ANIMATION_SHOOT_PROJECTILE - Static variable in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItemCategory
Played when the player with this cosmetic shoots a projectile.
ANIMATION_VICTORY - Static variable in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItemCategory
Played when the player with this cosmetic wins the game.
ArenaBuffState - Interface in me.harsh.privategamesaddon.api
Represents the state of buffs applied to a specific arena.

B

BED_DESTROY - Enum constant in enum me.metallicgoat.tweaksaddon.api.gentiers.GenTierActionType
Destroys all remaining beds within an arena
broadcastEarn(Arena) - Method in class me.metallicgoat.tweaksaddon.api.gentiers.GenTierLevel
Plays the sound, and broadcasts the message of this gen tier.
byName(String) - Static method in enum de.marcely.bedwars.api.cosmetics.currency.CurrencyProviderType
Gets the type by its Enum.name() while being case-insensitive.
byName(String) - Static method in enum de.marcely.bedwars.api.cosmetics.shop.CosmeticItemBehaviour
Gets the behavior by its Enum.name() while being case-insensitive.

C

cancelTiers() - Method in interface me.metallicgoat.tweaksaddon.api.gentiers.GenTierState
Cancel the current gen tier progression and stops any further.
COMMAND - Enum constant in enum me.metallicgoat.specialItems.api.ExtraSpecialItemType
Runs a custom command on use.
CosmeticItem - Interface in de.marcely.bedwars.api.cosmetics.shop
Represents a unique cosmetic type listed in the shop.
CosmeticItemBehaviour - Enum in de.marcely.bedwars.api.cosmetics.shop
Represents the activation behavior of a cosmetic item.
CosmeticItemCategory - Interface in de.marcely.bedwars.api.cosmetics.shop
Represents a category of cosmetic items.
CosmeticItemOwnership - Interface in de.marcely.bedwars.api.cosmetics.shop
Represents an ownership/purchase of a cosmetic item.
CosmeticItemOwnership.Cause - Enum in de.marcely.bedwars.api.cosmetics.shop
Represents the cause of a shop item ownership.
CosmeticPlayer - Interface in de.marcely.bedwars.api.cosmetics
Represents the stored info of a player regarding cosmetics.
CosmeticsAPI - Interface in de.marcely.bedwars.api.cosmetics
The main API class of the MBedwars' Cosmetics&Coins add-on.
CosmeticsUnsafe - Class in de.marcely.bedwars.api.cosmetics.unsafe
Deprecated.
CosmeticsUnsafe() - Constructor for class de.marcely.bedwars.api.cosmetics.unsafe.CosmeticsUnsafe
Deprecated.
 
Currency - Interface in de.marcely.bedwars.api.cosmetics.currency
Represents a currency configured by the server's admin.
CurrencyProvider - Interface in de.marcely.bedwars.api.cosmetics.currency
Keeps care of the currency's business-logic.
CurrencyProviderType - Enum in de.marcely.bedwars.api.cosmetics.currency
Represents the generic type of a currency provider.
CUSTOM - Enum constant in enum de.marcely.bedwars.api.cosmetics.currency.CurrencyProviderType
Built-in currency that does not rely on any other plugin.

D

de.marcely.bedwars.api.cosmetics - package de.marcely.bedwars.api.cosmetics
 
de.marcely.bedwars.api.cosmetics.currency - package de.marcely.bedwars.api.cosmetics.currency
 
de.marcely.bedwars.api.cosmetics.event - package de.marcely.bedwars.api.cosmetics.event
 
de.marcely.bedwars.api.cosmetics.shop - package de.marcely.bedwars.api.cosmetics.shop
 
de.marcely.bedwars.api.cosmetics.unsafe - package de.marcely.bedwars.api.cosmetics.unsafe
 
de.marcely.bedwars.api.levelshop - package de.marcely.bedwars.api.levelshop
 
DENY_CUSTOM - Enum constant in enum me.harsh.privategamesaddon.api.events.PrivateArenaJoinEvent.Result
The player is denied from joining due to a custom reason (only from API).
DENY_NOT_IN_PARTY - Enum constant in enum me.harsh.privategamesaddon.api.events.PrivateArenaJoinEvent.Result
The player is denied from joining because they are not in the party.

E

EGG_BRIDGER - Enum constant in enum me.metallicgoat.specialItems.api.ExtraSpecialItemType
Launches an egg that places blocks on its way.
equals(Object) - Method in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItemOwnership
Checks whether the properties of this ownership are equal to the given one.
exists() - Method in interface me.metallicgoat.tweaksaddon.api.gentiers.SuddenDeathDragon
Check if this dragon is still active
ExtraItemBlockPlaceEvent - Class in me.metallicgoat.specialItems.api.event
Called when a block is being placed by an extra special item.
ExtraItemBlockPlaceEvent(Arena, Block, SpecialItem) - Constructor for class me.metallicgoat.specialItems.api.event.ExtraItemBlockPlaceEvent
 
ExtraSpecialItemType - Enum in me.metallicgoat.specialItems.api
Enum representing different types of extra special items.

F

formatDisplayAmount(BigDecimal) - Method in interface de.marcely.bedwars.api.cosmetics.currency.CurrencyProvider
Formats the given amount into a displayable string.
formatPlainAmount(BigDecimal) - Method in interface de.marcely.bedwars.api.cosmetics.currency.CurrencyProvider
Formats the given amount into a plain string.
FREE - Enum constant in enum de.marcely.bedwars.api.cosmetics.shop.CosmeticItemOwnership.Cause
The item has no price and was granted for free.
from(SpecialItem) - Static method in enum me.metallicgoat.specialItems.api.ExtraSpecialItemType
Get the ExtraSpecialItemType from a SpecialItem.

G

GAME_OVER - Enum constant in enum me.metallicgoat.tweaksaddon.api.gentiers.GenTierActionType
The tier that officially ends the game
GEN_UPGRADE - Enum constant in enum me.metallicgoat.tweaksaddon.api.gentiers.GenTierActionType
Affects drop rates of in game spawners
GenTierActionType - Enum in me.metallicgoat.tweaksaddon.api.gentiers
Represents the different types of Gen Tier Actions
GenTierHandler - Class in me.metallicgoat.tweaksaddon.api.gentiers
Represents a handler for a gen tier occurance.
GenTierHandler() - Constructor for class me.metallicgoat.tweaksaddon.api.gentiers.GenTierHandler
 
GenTierLevel - Class in me.metallicgoat.tweaksaddon.api.gentiers
 
GenTierLevel(int, String, GenTierHandler, Duration, String, Sound) - Constructor for class me.metallicgoat.tweaksaddon.api.gentiers.GenTierLevel
 
GenTiersActionEvent - Class in me.metallicgoat.tweaksaddon.api.events.gentiers
Called when enough time has passed to execute the scheduled gen tier upgrade in an arena.
GenTiersActionEvent(GenTierState, GenTierLevel, boolean, boolean) - Constructor for class me.metallicgoat.tweaksaddon.api.events.gentiers.GenTiersActionEvent
 
GenTiersAPI - Class in me.metallicgoat.tweaksaddon.api
Represents the API to interact with the Gen Tiers system of MBedwars Tweaks
GenTiersAPI() - Constructor for class me.metallicgoat.tweaksaddon.api.GenTiersAPI
 
GenTiersScheduleEvent - Class in me.metallicgoat.tweaksaddon.api.events.gentiers
Called when a gen tier upgrade is scheduled to occur in an arena.
GenTiersScheduleEvent(GenTierState, GenTierLevel, Duration) - Constructor for class me.metallicgoat.tweaksaddon.api.events.gentiers.GenTiersScheduleEvent
 
GenTierState - Interface in me.metallicgoat.tweaksaddon.api.gentiers
Represents the current state of the gen tier system in an arena.
get() - Static method in interface de.marcely.bedwars.api.cosmetics.CosmeticsAPI
Get the instance of the API.
get() - Static method in class de.marcely.bedwars.api.levelshop.LevelShopAPI
Get the global instance of its API.
get() - Static method in class me.harsh.privategamesaddon.api.PrivateGamesAPI
Get the global instance of PrivateGamesAPI.
getActionType() - Method in class me.metallicgoat.tweaksaddon.api.gentiers.GenTierHandler
Get the type of action this handler performs
getActive() - Method in interface de.marcely.bedwars.api.cosmetics.CosmeticPlayer
Get the active cosmetic item of the player.
getActive(CosmeticItemCategory) - Method in interface de.marcely.bedwars.api.cosmetics.CosmeticPlayer
Get the active cosmetic item of the player for a given category.
getAmount(OfflinePlayer, Consumer<BigDecimal>) - Method in interface de.marcely.bedwars.api.cosmetics.currency.CurrencyProvider
Gets the amount of the given player.
getAPI() - Method in class de.marcely.bedwars.api.cosmetics.unsafe.CosmeticsUnsafe
Deprecated.
 
getArena() - Method in class de.marcely.bedwars.api.cosmetics.event.PlayerTriggerAnimationEvent
Gets the arena the player is playing in.
getArena() - Method in interface me.harsh.privategamesaddon.api.ArenaBuffState
Get the arena associated with this buff state.
getArena() - Method in class me.harsh.privategamesaddon.api.events.PrivateArenaCreateEvent
Get the arena that is about to be set to private.
getArena() - Method in class me.metallicgoat.specialItems.api.event.ExtraItemBlockPlaceEvent
Gets the arena in which the block is placed.
getArena() - Method in class me.metallicgoat.specialItems.api.event.PlayerUseSpecialItemCommandEvent
 
getArena() - Method in class me.metallicgoat.tweaksaddon.api.events.gentiers.GenTiersActionEvent
 
getArena() - Method in class me.metallicgoat.tweaksaddon.api.events.gentiers.GenTiersScheduleEvent
 
getArena() - Method in interface me.metallicgoat.tweaksaddon.api.gentiers.GenTierState
Get the arena this GenTierState belongs to.
getArena() - Method in interface me.metallicgoat.tweaksaddon.api.gentiers.SuddenDeathDragon
The arena which this Dragon is active in
getArenaState() - Method in class me.metallicgoat.tweaksaddon.api.events.gentiers.GenTiersActionEvent
Get the state of the gen tiers in the arena.
getArenaState() - Method in class me.metallicgoat.tweaksaddon.api.events.gentiers.GenTiersScheduleEvent
Get the state of the gen tiers in the arena.
getBehaviour() - Method in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItem
Returns the behaviour when this item is being activated.
getBlock() - Method in class me.metallicgoat.specialItems.api.event.ExtraItemBlockPlaceEvent
Gets the block at which something is being placed.
getBuffState(Arena) - Method in class me.harsh.privategamesaddon.api.PrivateGamesAPI
Get the buff state for a specific arena.
getCategories() - Method in interface de.marcely.bedwars.api.cosmetics.CosmeticsAPI
Returns all available cosmetic item categories.
getCategory() - Method in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItem
Returns the category of this item.
getCategoryById(String) - Method in interface de.marcely.bedwars.api.cosmetics.CosmeticsAPI
Gets a cosmetic item category by its CosmeticItemCategory.getId().
getCause() - Method in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItemOwnership
Gets the cause of the ownership.
getCommand() - Method in class me.metallicgoat.specialItems.api.event.PlayerUseSpecialItemCommandEvent
Gets the unformatted command to be executed.
getConfigDescription() - Method in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItem
Returns the description of the item exactly the same as it has been configured.
getConfigName() - Method in interface de.marcely.bedwars.api.cosmetics.currency.Currency
Returns the name of the currency exactly the same as it has been configured.
getConfigName() - Method in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItem
Returns the name of the item exactly the same as it has been configured.
getConfigName() - Method in interface de.marcely.bedwars.api.cosmetics.shop.Rarity
Returns the name of the rarity exactly the same as it has been configured.
getCosmetic() - Method in class de.marcely.bedwars.api.cosmetics.event.PlayerBuyCosmeticEvent
Gets the cosmetic item the player is trying to buy.
getCosmetic() - Method in class de.marcely.bedwars.api.cosmetics.event.PlayerChangeCosmeticEvent
Gets the cosmetic item the player is trying to change to.
getCosmetic() - Method in class de.marcely.bedwars.api.cosmetics.event.PlayerTriggerAnimationEvent
Gets the cosmetic item the player is trying to trigger.
getCosmeticById(String) - Method in interface de.marcely.bedwars.api.cosmetics.CosmeticsAPI
Gets a cosmetic by its CosmeticItem.getId().
getCosmetics() - Method in interface de.marcely.bedwars.api.cosmetics.CosmeticsAPI
Returns all available cosmetics.
getCurrencies() - Method in interface de.marcely.bedwars.api.cosmetics.CosmeticsAPI
Returns all available currencies.
getCurrency() - Method in interface de.marcely.bedwars.api.cosmetics.currency.CurrencyProvider
Returns the currency this provider is for.
getCurrency() - Method in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItem
Returns the currency that is used to buy this item.
getCurrencyById(String) - Method in interface de.marcely.bedwars.api.cosmetics.CosmeticsAPI
Gets a currency by its Currency.getId().
getCurrentTier() - Method in interface me.metallicgoat.tweaksaddon.api.gentiers.GenTierState
Get the tier level that already has been reached.
getDate() - Method in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItemOwnership
Gets the date of when the ownership was granted.
getDefaultHandlerId() - Method in enum me.metallicgoat.tweaksaddon.api.gentiers.GenTierActionType
Get the default handler Id for this action type
getDefaultItem() - Method in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItemCategory
Get the item that is used if none is selected for this category.
getDelay() - Method in class me.metallicgoat.tweaksaddon.api.events.gentiers.GenTiersScheduleEvent
Get the delay before the initial tier happens.
getDescription() - Method in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItem
Returns CosmeticItem.getConfigDescription(), but formats it into the default configured language.
getDescription(CommandSender) - Method in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItem
Returns CosmeticItem.getConfigDescription(), but formats it and translates it to the given sender.
getDragon() - Method in interface me.metallicgoat.tweaksaddon.api.gentiers.SuddenDeathDragon
The Bukkit entity used to power this dragon
getDragons() - Static method in class me.metallicgoat.tweaksaddon.api.GenTiersAPI
Get all existing dragons.
getDragons(Arena) - Static method in class me.metallicgoat.tweaksaddon.api.GenTiersAPI
Get the dragons for arena.
getDragons(Arena, Team) - Static method in class me.metallicgoat.tweaksaddon.api.GenTiersAPI
Get the dragons for a specific team in an arena.
getDragonTargetLocation() - Method in interface me.metallicgoat.tweaksaddon.api.gentiers.SuddenDeathDragon
The location the dragon is currently targeting
getDroppingOrbsLvlAmount(DropType) - Method in class de.marcely.bedwars.api.levelshop.LevelShopAPI
Get the amount of orbs (in levels) a given drop type will drop.
getDropType() - Method in class de.marcely.bedwars.api.levelshop.PlayerPickupLevelItemEvent
Get the spawner/drop type the player is about to pick up.
getFirstTier() - Static method in class me.metallicgoat.tweaksaddon.api.GenTiersAPI
Get the first Gen Tier (level 1)
getHandlerById(String) - Static method in class me.metallicgoat.tweaksaddon.api.GenTiersAPI
Gets a GenTierHandler by its id
getHandlerList() - Static method in class de.marcely.bedwars.api.cosmetics.event.PlayerBuyCosmeticEvent
 
getHandlerList() - Static method in class de.marcely.bedwars.api.cosmetics.event.PlayerChangeCosmeticEvent
 
getHandlerList() - Static method in class de.marcely.bedwars.api.cosmetics.event.PlayerOpenCosmeticShopEvent
 
getHandlerList() - Static method in class de.marcely.bedwars.api.cosmetics.event.PlayerTriggerAnimationEvent
 
getHandlerList() - Static method in class de.marcely.bedwars.api.levelshop.PlayerPickupLevelItemEvent
 
getHandlerList() - Static method in class de.marcely.bedwars.api.levelshop.PlayerPickupOrbEvent
 
getHandlerList() - Static method in class me.harsh.privategamesaddon.api.events.PrivateArenaCreateEvent
 
getHandlerList() - Static method in class me.harsh.privategamesaddon.api.events.PrivateArenaJoinEvent
 
getHandlerList() - Static method in class me.metallicgoat.specialItems.api.event.ExtraItemBlockPlaceEvent
 
getHandlerList() - Static method in class me.metallicgoat.specialItems.api.event.PlayerUseSpecialItemCommandEvent
 
getHandlerList() - Static method in class me.metallicgoat.tweaksaddon.api.events.gentiers.GenTiersActionEvent
 
getHandlerList() - Static method in class me.metallicgoat.tweaksaddon.api.events.gentiers.GenTiersScheduleEvent
 
getHandlerList() - Static method in class me.metallicgoat.tweaksaddon.api.events.gentiers.SuddenDeathDragonTargetEvent
 
getHandlerList() - Static method in class me.metallicgoat.tweaksaddon.api.events.PostConfigLoadEvent
 
getHandlerList() - Static method in class me.metallicgoat.tweaksaddon.api.events.PreConfigsLoadEvent
 
getHandlers() - Method in class de.marcely.bedwars.api.cosmetics.event.PlayerBuyCosmeticEvent
 
getHandlers() - Method in class de.marcely.bedwars.api.cosmetics.event.PlayerChangeCosmeticEvent
 
getHandlers() - Method in class de.marcely.bedwars.api.cosmetics.event.PlayerOpenCosmeticShopEvent
 
getHandlers() - Method in class de.marcely.bedwars.api.cosmetics.event.PlayerTriggerAnimationEvent
 
getHandlers() - Method in class de.marcely.bedwars.api.levelshop.PlayerPickupLevelItemEvent
 
getHandlers() - Method in class de.marcely.bedwars.api.levelshop.PlayerPickupOrbEvent
 
getHandlers() - Method in class me.harsh.privategamesaddon.api.events.PrivateArenaCreateEvent
 
getHandlers() - Method in class me.harsh.privategamesaddon.api.events.PrivateArenaJoinEvent
 
getHandlers() - Method in class me.metallicgoat.specialItems.api.event.ExtraItemBlockPlaceEvent
 
getHandlers() - Method in class me.metallicgoat.specialItems.api.event.PlayerUseSpecialItemCommandEvent
 
getHandlers() - Method in class me.metallicgoat.tweaksaddon.api.events.gentiers.GenTiersActionEvent
 
getHandlers() - Method in class me.metallicgoat.tweaksaddon.api.events.gentiers.GenTiersScheduleEvent
 
getHandlers() - Method in class me.metallicgoat.tweaksaddon.api.events.gentiers.SuddenDeathDragonTargetEvent
 
getHandlers() - Method in class me.metallicgoat.tweaksaddon.api.events.PostConfigLoadEvent
 
getHandlers() - Method in class me.metallicgoat.tweaksaddon.api.events.PreConfigsLoadEvent
 
getHandlers() - Static method in class me.metallicgoat.tweaksaddon.api.GenTiersAPI
Get all registered GenTierHandlers
getHealth() - Method in interface me.harsh.privategamesaddon.api.ArenaBuffState
Get the health players have in the arena.
getIcon() - Method in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItem
Returns the icon item that will be displayed in the shop.
getId() - Method in interface de.marcely.bedwars.api.cosmetics.currency.Currency
Returns the unique id of this currency.
getId() - Method in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItem
Returns the unique id of this cosmetic item.
getId() - Method in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItemCategory
Gets the unique identifier of this category.
getId() - Method in interface de.marcely.bedwars.api.cosmetics.shop.Rarity
Returns the unique id of this cosmetic item.
getId() - Method in interface de.marcely.bedwars.api.cosmetics.shop.Shop
Returns the unique id of this shop page.
getId() - Method in class me.metallicgoat.tweaksaddon.api.gentiers.GenTierHandler
Get the unique id of this handler as used in configs
getIssue() - Method in enum me.harsh.privategamesaddon.api.events.PrivateArenaJoinEvent.Result
Get the issue associated with this result.
getItem() - Method in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItemOwnership
Gets the item that is owned by the player.
getItem() - Method in class de.marcely.bedwars.api.levelshop.PlayerPickupLevelItemEvent
Get the item that the player is attempting to pick up.
getItem() - Method in class me.metallicgoat.specialItems.api.event.ExtraItemBlockPlaceEvent
Gets the special item which is placing the block.
getItem() - Method in enum me.metallicgoat.specialItems.api.ExtraSpecialItemType
Get the SpecialItem associated with this type.
getItemType() - Method in class me.metallicgoat.specialItems.api.event.ExtraItemBlockPlaceEvent
Gets the type of the special item which is placing the block.
getLevelAmount() - Method in class de.marcely.bedwars.api.levelshop.PlayerPickupOrbEvent
Get the amount of levels the player is about to earn.
getManagingParty(Arena) - Method in class me.harsh.privategamesaddon.api.PrivateGamesAPI
Get the party managing the private arena.
getName() - Method in interface de.marcely.bedwars.api.cosmetics.currency.Currency
Returns Currency.getConfigName(), but formats it into the default configured language.
getName() - Method in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItem
Returns CosmeticItem.getConfigName(), but formats it into the default configured language.
getName() - Method in interface de.marcely.bedwars.api.cosmetics.shop.Rarity
Returns Rarity.getConfigName(), but formats it into the default configured language.
getName(CommandSender) - Method in interface de.marcely.bedwars.api.cosmetics.currency.Currency
Returns Currency.getConfigName(), but formats it and translates it to the given sender.
getName(CommandSender) - Method in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItem
Returns CosmeticItem.getConfigName(), but formats it and translates it to the given sender.
getName(CommandSender) - Method in interface de.marcely.bedwars.api.cosmetics.shop.Rarity
Returns Rarity.getConfigName(), but formats it and translates it to the given sender.
getNextLevel() - Method in class me.metallicgoat.tweaksaddon.api.gentiers.GenTierLevel
Gets the next level after this one has been reached.
getNextTier() - Method in class me.metallicgoat.tweaksaddon.api.events.gentiers.GenTiersScheduleEvent
Get the next tier level that the arena will upgrade to.
getNextTier() - Method in interface me.metallicgoat.tweaksaddon.api.gentiers.GenTierState
Get the next gen tier level that will be reached.
getOrbsDropHandler() - Method in class de.marcely.bedwars.api.levelshop.LevelShopAPI
Get the drop handler that is used for spawners to drop orbs.
getOwnership(CosmeticItem) - Method in interface de.marcely.bedwars.api.cosmetics.CosmeticPlayer
Get the ownership of a given item.
getOwnerships() - Method in interface de.marcely.bedwars.api.cosmetics.CosmeticPlayer
Get all the items the player owns.
getParty() - Method in class me.harsh.privategamesaddon.api.events.PrivateArenaCreateEvent
Get the party for which the arena is being set to private.
getPartyLeader() - Method in class me.harsh.privategamesaddon.api.events.PrivateArenaCreateEvent
Get the player (party leader) who is setting the arena to private.
getPerItemLevelAmount() - Method in class de.marcely.bedwars.api.levelshop.PlayerPickupLevelItemEvent
Get the amount of levels the player is about to earn per item.
getPickupItemLvlAmount(DropType) - Method in class de.marcely.bedwars.api.levelshop.LevelShopAPI
Get the amount of level a player will earn if it will pick up a dropped item.
getPlayerData(Player, Consumer<CosmeticPlayer>) - Method in interface de.marcely.bedwars.api.cosmetics.CosmeticsAPI
Loads and returns the player's data.
getPlayersWithShopOpen() - Method in interface de.marcely.bedwars.api.cosmetics.CosmeticsAPI
Get all players that have a shop open.
getPlugin() - Method in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItemCategory
Get the plugin that registered this category.
getPlugin() - Method in class me.metallicgoat.tweaksaddon.api.gentiers.GenTierHandler
Get the plugin which registered this handler
getPluginName() - Method in enum de.marcely.bedwars.api.cosmetics.currency.CurrencyProviderType
Get the name of the plugin that provides this currency.
getPreviousLevel() - Method in class me.metallicgoat.tweaksaddon.api.gentiers.GenTierLevel
Gets the previous level before this one has been reached.
getPrice() - Method in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItem
Returns the price the player has to pay to obtain this item.
getProvider() - Method in interface de.marcely.bedwars.api.cosmetics.currency.Currency
Get the provider of this currency.
getRarities() - Method in interface de.marcely.bedwars.api.cosmetics.CosmeticsAPI
Returns all available rarities.
getRarity() - Method in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItem
Returns the rarity (quality, worthness) of this item.
getRarityById(String) - Method in interface de.marcely.bedwars.api.cosmetics.CosmeticsAPI
Gets a rarity by its Rarity.getId().
getRemainingNextTier() - Method in interface me.metallicgoat.tweaksaddon.api.gentiers.GenTierState
Get the remaining time until the next gen tier level is reached.
getRespawnTime() - Method in interface me.harsh.privategamesaddon.api.ArenaBuffState
Get the respawn time for players in the arena.
getResult() - Method in class me.harsh.privategamesaddon.api.events.PrivateArenaJoinEvent
Get the result of the join attempt.
getShop() - Method in class de.marcely.bedwars.api.cosmetics.event.PlayerOpenCosmeticShopEvent
Gets the shop the player is trying to open.
getShop() - Method in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItem
Returns the shop this item is listed in.
getShopById(String) - Method in interface de.marcely.bedwars.api.cosmetics.CosmeticsAPI
Get a shop (page) by its Shop.getId().
getShopOpen(Player) - Method in interface de.marcely.bedwars.api.cosmetics.CosmeticsAPI
Get the shop (page) that the player has open.
getShops() - Method in interface de.marcely.bedwars.api.cosmetics.CosmeticsAPI
Returns all configured shop (pages).
getSkinTargets() - Method in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItemCategory
Gets the hologram controller types that are targeted by this category.
getSpeedAmplification() - Method in interface me.harsh.privategamesaddon.api.ArenaBuffState
Get the movement speed amplification level for players in the arena.
getState(Arena) - Static method in class me.metallicgoat.tweaksaddon.api.GenTiersAPI
Get the GenTierState of an arena Will return null if the gen tier system is not running in the specified arena
getTeam() - Method in interface me.metallicgoat.tweaksaddon.api.gentiers.SuddenDeathDragon
The Dragon's Team
getTier() - Method in class me.metallicgoat.tweaksaddon.api.events.gentiers.GenTiersActionEvent
Get the tier level that is being applied.
getTier(int) - Static method in class me.metallicgoat.tweaksaddon.api.GenTiersAPI
Get a specific Gen Tier by its level
getTiers() - Static method in class me.metallicgoat.tweaksaddon.api.GenTiersAPI
Get all configured Gen Tiers
getTotalExp(int) - Method in class de.marcely.bedwars.api.levelshop.LevelShopAPI
Calculates the total needed EXP needed to reach this level.
getType() - Method in interface de.marcely.bedwars.api.cosmetics.currency.CurrencyProvider
Returns the type of this provider.
getType() - Method in class me.metallicgoat.tweaksaddon.api.gentiers.GenTierLevel
Returns the DropType of the spawners this level will affect Will return null is level does not affect as spawner (i.e.

H

hasBoughtDragon(Team) - Method in interface me.metallicgoat.tweaksaddon.api.gentiers.GenTierState
Check whether a team has bought a team has bought the sudden-death upgrade.
hasCreatePermission(Permissible) - Method in class me.harsh.privategamesaddon.api.PrivateGamesAPI
Check if a player has permission to create private games.
hashCode() - Method in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItemOwnership
Returns the hash code of this ownership instance.
hasMultipleItems() - Method in enum me.metallicgoat.specialItems.api.ExtraSpecialItemType
Get whether there may be multiple items of this type.
hasOpen(Player) - Method in interface de.marcely.bedwars.api.cosmetics.shop.Shop
Get whether the given player has this shop open.
hasOwnership(CosmeticItem) - Method in interface de.marcely.bedwars.api.cosmetics.CosmeticPlayer
Checks whether the player owns (is allowed to use) a given item.
hasPrice() - Method in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItem
Returns whether this item has a price.
hasPrivateModeEnabled(PlayerProperties) - Method in class me.harsh.privategamesaddon.api.PrivateGamesAPI
Check if a player has private mode enabled.
hasPrivateModeEnabled(Player, Consumer<Boolean>) - Method in class me.harsh.privategamesaddon.api.PrivateGamesAPI
Check if a player has private mode enabled.
hasShopOpen(Player) - Method in interface de.marcely.bedwars.api.cosmetics.CosmeticsAPI
Get if the player has a shop open.

I

ICE_BRIDGER - Enum constant in enum me.metallicgoat.specialItems.api.ExtraSpecialItemType
Places ice below the player.
IMAGE_ITEM_FRAME - Static variable in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItemCategory
Players with this item may click on an item frame to display an image in it.
IMAGE_PARTICLE_SPAWNERS - Static variable in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItemCategory
Displays an image if a player with this item picks up a dropped item.
initCat(String) - Method in class de.marcely.bedwars.api.cosmetics.unsafe.CosmeticsUnsafe
Deprecated.
 
INSTANCE - Static variable in class de.marcely.bedwars.api.cosmetics.unsafe.CosmeticsUnsafe
Deprecated.
 
isAllow() - Method in enum me.harsh.privategamesaddon.api.events.PrivateArenaJoinEvent.Result
Check whether this result allows the player to join.
isAnimation() - Method in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItemCategory
Checks if this category is an animation.
isAsConsole() - Method in class me.metallicgoat.specialItems.api.event.PlayerUseSpecialItemCommandEvent
Gets whether the command will be executed as console.
isBaseSpawnersOnly() - Method in interface me.harsh.privategamesaddon.api.ArenaBuffState
Check if only base spawners are active in the arena.
isBlocksProtected() - Method in interface me.harsh.privategamesaddon.api.ArenaBuffState
Check if blocks are protected in restricted areas in the arena.
isBroken() - Method in interface de.marcely.bedwars.api.cosmetics.CosmeticPlayer
Get whether there was an error while loading the player's data.
isCraftingAllowed() - Method in interface me.harsh.privategamesaddon.api.ArenaBuffState
Check if crafting is allowed in the arena.
isDefault() - Method in interface de.marcely.bedwars.api.cosmetics.shop.Rarity
Get whether this rarity is choosen by default for items.
isDeny() - Method in enum me.harsh.privategamesaddon.api.events.PrivateArenaJoinEvent.Result
Check whether this result denies the player from joining.
isFallDamageEnabled() - Method in interface me.harsh.privategamesaddon.api.ArenaBuffState
Check if fall damage is enabled in the arena.
isImage() - Method in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItemCategory
Checks if this category represents an image being displayed.
isLockedByPermission() - Method in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItem
Returns whether this item is locked by a permission.
isLowGravity() - Method in interface me.harsh.privategamesaddon.api.ArenaBuffState
Check if low gravity is enabled in the arena.
isMaxUpgrades() - Method in interface me.harsh.privategamesaddon.api.ArenaBuffState
Check if teams will start with max upgrades in the arena.
isOneHitKill() - Method in interface me.harsh.privategamesaddon.api.ArenaBuffState
Check if one-hit kill is enabled in the arena.
isPrivateArena(Arena) - Method in class me.harsh.privategamesaddon.api.PrivateGamesAPI
Get whether the arena is set to private.
isPrivateArena(RemoteArena) - Method in class me.harsh.privategamesaddon.api.PrivateGamesAPI
Get whether the arena is set to private.
isRegistered() - Method in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItemCategory
Checks if this category is registered.
isRegistered() - Method in class me.metallicgoat.tweaksaddon.api.gentiers.GenTierHandler
Check if this handler is currently registered
isSkin() - Method in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItemCategory
Checks if this category changes the skin of a dealer.
isValid() - Method in interface me.harsh.privategamesaddon.api.ArenaBuffState
Check if this buff state is still valid for its arena.
isValid() - Method in interface me.metallicgoat.tweaksaddon.api.gentiers.GenTierState
Check if the gen tier system is currently active in this arena.

K

KILL_MESSAGES - Static variable in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItemCategory
Changes the kill/death messages for players with this item.

L

LevelShopAPI - Class in de.marcely.bedwars.api.levelshop
Base-API class for the LevelShop addon.

M

me.harsh.privategamesaddon.api - package me.harsh.privategamesaddon.api
 
me.harsh.privategamesaddon.api.events - package me.harsh.privategamesaddon.api.events
 
me.metallicgoat.specialItems.api - package me.metallicgoat.specialItems.api
 
me.metallicgoat.specialItems.api.event - package me.metallicgoat.specialItems.api.event
 
me.metallicgoat.tweaksaddon.api - package me.metallicgoat.tweaksaddon.api
 
me.metallicgoat.tweaksaddon.api.events - package me.metallicgoat.tweaksaddon.api.events
 
me.metallicgoat.tweaksaddon.api.events.gentiers - package me.metallicgoat.tweaksaddon.api.events.gentiers
 
me.metallicgoat.tweaksaddon.api.gentiers - package me.metallicgoat.tweaksaddon.api.gentiers
 

N

newOwnership(CosmeticItem, CosmeticItemOwnership.Cause, OffsetDateTime) - Method in class de.marcely.bedwars.api.cosmetics.unsafe.CosmeticsUnsafe
Deprecated.
 

O

of(CosmeticItem, CosmeticItemOwnership.Cause) - Static method in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItemOwnership
Constructs a new ownership instance.
of(CosmeticItem, CosmeticItemOwnership.Cause, OffsetDateTime) - Static method in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItemOwnership
Constructs a new ownership instance.
open(Player) - Method in interface de.marcely.bedwars.api.cosmetics.shop.Shop
Open this shop for the given player.

P

PERMISSION - Enum constant in enum de.marcely.bedwars.api.cosmetics.shop.CosmeticItemOwnership.Cause
The item was granted for free by a permission.
PLAY_RANDOM - Enum constant in enum de.marcely.bedwars.api.cosmetics.shop.CosmeticItemBehaviour
Executes a random available one.
PLAYER_POINTS - Enum constant in enum de.marcely.bedwars.api.cosmetics.currency.CurrencyProviderType
Currency of the PlayerPoints plugin.
PlayerBuyCosmeticEvent - Class in de.marcely.bedwars.api.cosmetics.event
Gets called when a player attempts to buy a cosmetic item.
PlayerBuyCosmeticEvent(Player, CosmeticItem) - Constructor for class de.marcely.bedwars.api.cosmetics.event.PlayerBuyCosmeticEvent
 
PlayerChangeCosmeticEvent - Class in de.marcely.bedwars.api.cosmetics.event
Gets called when a player changes a cosmetic.
PlayerChangeCosmeticEvent(Player, CosmeticItem) - Constructor for class de.marcely.bedwars.api.cosmetics.event.PlayerChangeCosmeticEvent
 
PlayerOpenCosmeticShopEvent - Class in de.marcely.bedwars.api.cosmetics.event
Gets called when a player attempts to open a cosmetic shop.
PlayerOpenCosmeticShopEvent(Player, Shop) - Constructor for class de.marcely.bedwars.api.cosmetics.event.PlayerOpenCosmeticShopEvent
 
PlayerPickupLevelItemEvent - Class in de.marcely.bedwars.api.levelshop
Gets called when a player picks up a spawner item that earns the player level.
PlayerPickupLevelItemEvent(PlayerPickupLevelItemEvent, Player) - Constructor for class de.marcely.bedwars.api.levelshop.PlayerPickupLevelItemEvent
 
PlayerPickupLevelItemEvent(Player, Arena, DropType, Item, int) - Constructor for class de.marcely.bedwars.api.levelshop.PlayerPickupLevelItemEvent
 
PlayerPickupOrbEvent - Class in de.marcely.bedwars.api.levelshop
Gets called when a player picks up an orb and thereby earns level.
PlayerPickupOrbEvent(PlayerPickupOrbEvent, Player) - Constructor for class de.marcely.bedwars.api.levelshop.PlayerPickupOrbEvent
 
PlayerPickupOrbEvent(Player, Arena, int) - Constructor for class de.marcely.bedwars.api.levelshop.PlayerPickupOrbEvent
 
PlayerTriggerAnimationEvent - Class in de.marcely.bedwars.api.cosmetics.event
Gets called when a player triggers a cosmetic during a match.
PlayerTriggerAnimationEvent(Player, Arena, CosmeticItem) - Constructor for class de.marcely.bedwars.api.cosmetics.event.PlayerTriggerAnimationEvent
 
PlayerUseSpecialItemCommandEvent - Class in me.metallicgoat.specialItems.api.event
Gets called when a player is about to use the ExtraSpecialItemType.COMMAND special item.
PlayerUseSpecialItemCommandEvent(PlayerUseSpecialItemEvent, String, boolean) - Constructor for class me.metallicgoat.specialItems.api.event.PlayerUseSpecialItemCommandEvent
 
playLevelSound(Player, Location, int) - Method in class de.marcely.bedwars.api.levelshop.LevelShopAPI
Plays orb and level sounds the same way vanilla does it.
PLUGIN - Enum constant in enum me.metallicgoat.tweaksaddon.api.gentiers.GenTierActionType
Custom Gen Tier Action
PostConfigLoadEvent - Class in me.metallicgoat.tweaksaddon.api.events
 
PostConfigLoadEvent(boolean) - Constructor for class me.metallicgoat.tweaksaddon.api.events.PostConfigLoadEvent
 
PreConfigsLoadEvent - Class in me.metallicgoat.tweaksaddon.api.events
 
PreConfigsLoadEvent(boolean) - Constructor for class me.metallicgoat.tweaksaddon.api.events.PreConfigsLoadEvent
 
PrivateArenaCreateEvent - Class in me.harsh.privategamesaddon.api.events
Gets called when a party leader is about to turn an arena private.
PrivateArenaCreateEvent(Arena, PartiesHook.Party, Player) - Constructor for class me.harsh.privategamesaddon.api.events.PrivateArenaCreateEvent
 
PrivateArenaJoinEvent - Class in me.harsh.privategamesaddon.api.events
Gets called when a player attempts to join a private arena.
PrivateArenaJoinEvent(Player, Arena, PrivateArenaJoinEvent.Result) - Constructor for class me.harsh.privategamesaddon.api.events.PrivateArenaJoinEvent
 
PrivateArenaJoinEvent.Result - Enum in me.harsh.privategamesaddon.api.events
Defines what is the outcome of a player's attempt to join a private arena.
PrivateGamesAPI - Class in me.harsh.privategamesaddon.api
Base API class for the Private Games Addon.
PURCHASE - Enum constant in enum de.marcely.bedwars.api.cosmetics.shop.CosmeticItemOwnership.Cause
The item was purchased by the player for its regular price.
PVPLEVELS - Enum constant in enum de.marcely.bedwars.api.cosmetics.currency.CurrencyProviderType
Currency of the PVPLevels plugin.

R

Rarity - Interface in de.marcely.bedwars.api.cosmetics.shop
Represents a rarity of a cosmetic item.
registerHandler(GenTierHandler) - Static method in class me.metallicgoat.tweaksaddon.api.GenTiersAPI
Register a custom GenTierHandler!
reloadConfig() - Static method in class me.metallicgoat.tweaksaddon.api.GenTiersAPI
Reloads the gen-tiers config and applies any changes made to it
remove() - Method in interface me.metallicgoat.tweaksaddon.api.gentiers.SuddenDeathDragon
Removes this dragon anf ends the corresponding tasks
removeOwnership(CosmeticItemOwnership) - Method in interface de.marcely.bedwars.api.cosmetics.CosmeticPlayer
Remove the ownership of a given item.
run(GenTierLevel, Arena) - Method in class me.metallicgoat.tweaksaddon.api.gentiers.GenTierHandler
Called when the gen tier's time elapsed and it is being run.

S

save() - Method in interface de.marcely.bedwars.api.cosmetics.CosmeticPlayer
Saves the current cosmetic data of the player.
scheduleNextTier(GenTierLevel) - Method in interface me.metallicgoat.tweaksaddon.api.gentiers.GenTierState
Schedule the next gen tier level to be reached.
SET_ACTIVE - Enum constant in enum de.marcely.bedwars.api.cosmetics.shop.CosmeticItemBehaviour
Sets the item to the new active one and executes the item as expected.
setActive(CosmeticItem) - Method in interface de.marcely.bedwars.api.cosmetics.CosmeticPlayer
Set the active cosmetic item of the player.
setAmount(OfflinePlayer, BigDecimal) - Method in interface de.marcely.bedwars.api.cosmetics.currency.CurrencyProvider
Sets the amount of the given player.
setAmount(OfflinePlayer, BigDecimal, Runnable) - Method in interface de.marcely.bedwars.api.cosmetics.currency.CurrencyProvider
Sets the amount of the given player.
setAsConsole(boolean) - Method in class me.metallicgoat.specialItems.api.event.PlayerUseSpecialItemCommandEvent
Sets whether the command will be executed as console.
setBaseSpawnersOnly(boolean) - Method in interface me.harsh.privategamesaddon.api.ArenaBuffState
Set whether only base spawners are active in the arena.
setBlocksProtected(boolean) - Method in interface me.harsh.privategamesaddon.api.ArenaBuffState
Set whether blocks are protected in restricted areas in the arena.
setCommand(String) - Method in class me.metallicgoat.specialItems.api.event.PlayerUseSpecialItemCommandEvent
Sets the unformatted command to be executed.
setCraftingAllowed(boolean) - Method in interface me.harsh.privategamesaddon.api.ArenaBuffState
Set whether crafting is allowed in the arena.
setDefaultItem(CosmeticItem) - Method in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItemCategory
Sets the item that is used if none is selected for this category.
setDelay(Duration) - Method in class me.metallicgoat.tweaksaddon.api.events.gentiers.GenTiersScheduleEvent
Sets the delay before the initial tier happens.
setDragonBought(Team, boolean) - Method in interface me.metallicgoat.tweaksaddon.api.gentiers.GenTierState
Set whether a team has bought the sudden-death upgrade.
setDragonTarget(Entity) - Method in interface me.metallicgoat.tweaksaddon.api.gentiers.SuddenDeathDragon
Change the entity which the Dragon is targeting
setDragonTarget(Location) - Method in interface me.metallicgoat.tweaksaddon.api.gentiers.SuddenDeathDragon
Change the location the Dragon is targeting
setEarnedLevel(Player, Location, int) - Method in class de.marcely.bedwars.api.levelshop.LevelShopAPI
Changes the player's level while playing vanilla's orb and level sounds.
setFallDamageEnabled(boolean) - Method in interface me.harsh.privategamesaddon.api.ArenaBuffState
Set whether fall damage is enabled in the arena.
setHealth(int) - Method in interface me.harsh.privategamesaddon.api.ArenaBuffState
Set the health players will have in the arena.
setLevelAmount(int) - Method in class de.marcely.bedwars.api.levelshop.PlayerPickupOrbEvent
Set the amount of levels the player is about to earn.
setLowGravity(boolean) - Method in interface me.harsh.privategamesaddon.api.ArenaBuffState
Set whether low gravity is enabled in the arena.
setMaxUpgrades(boolean) - Method in interface me.harsh.privategamesaddon.api.ArenaBuffState
Set whether teams will start with max upgrades in the arena.
setNextTier(GenTierLevel) - Method in class me.metallicgoat.tweaksaddon.api.events.gentiers.GenTiersScheduleEvent
Sets the next tier level that the arena will upgrade to.
setOneHitKill(boolean) - Method in interface me.harsh.privategamesaddon.api.ArenaBuffState
Set whether one-hit kill is enabled in the arena.
setPerItemLevelAmount(int) - Method in class de.marcely.bedwars.api.levelshop.PlayerPickupLevelItemEvent
Set the amount of levels the player is about to earn per item.
setPrivateArena(Arena, PartiesHook.Party) - Method in class me.harsh.privategamesaddon.api.PrivateGamesAPI
Set an arena to private for a specific party.
setPrivateModeEnabled(PlayerProperties, boolean) - Method in class me.harsh.privategamesaddon.api.PrivateGamesAPI
Enable or disable private mode for a player.
setPrivateModeEnabled(Player, boolean, Runnable) - Method in class me.harsh.privategamesaddon.api.PrivateGamesAPI
Enable or disable private mode for a player.
setRemainingNextTier(Duration) - Method in interface me.metallicgoat.tweaksaddon.api.gentiers.GenTierState
Set the remaining time until the next gen tier level is reached.
setRespawnTime(int) - Method in interface me.harsh.privategamesaddon.api.ArenaBuffState
Set the respawn time for players in the arena.
setResult(PrivateArenaJoinEvent.Result) - Method in class me.harsh.privategamesaddon.api.events.PrivateArenaJoinEvent
Set the result of the join attempt.
setSpeedAmplification(int) - Method in interface me.harsh.privategamesaddon.api.ArenaBuffState
Set the movement speed amplification level for players in the arena.
setTargetEntity(Entity) - Method in class me.metallicgoat.tweaksaddon.api.events.gentiers.SuddenDeathDragonTargetEvent
Change the entity which the dragon is targeting NOTE: The entity must be in the same world as the dragon
setTargetLocation(Location) - Method in class me.metallicgoat.tweaksaddon.api.events.gentiers.SuddenDeathDragonTargetEvent
Change the location which the dragon is targeting NOTE: The location must be in the same world as the dragon
Shop - Interface in de.marcely.bedwars.api.cosmetics.shop
Represents a single shop page.
SHOP_ITEM_PRODUCT_MODIFIER - Static variable in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItemCategory
Modifies the products that are sold in the shop for players with this item.
SILVERFISH - Enum constant in enum me.metallicgoat.specialItems.api.ExtraSpecialItemType
Launches a snowball that spawns a silverfish wherever it lands.
SKIN_ALL_DEALER_TYPES - Static variable in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItemCategory
Changes the skin of both the dealer and upgrade dealer.
SKIN_DEALER - Static variable in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItemCategory
Changes the skin of a dealer.
SKIN_UPGRADE_DEALER - Static variable in interface de.marcely.bedwars.api.cosmetics.shop.CosmeticItemCategory
Changes the skin of an upgrade dealer.
SLINGSHOT - Enum constant in enum me.metallicgoat.specialItems.api.ExtraSpecialItemType
Launches the player in the direction they are looking.
storeItem() - Method in enum de.marcely.bedwars.api.cosmetics.shop.CosmeticItemOwnership.Cause
Checks whether purchases with this cause will be stored permanently.
SUDDEN_DEATH - Enum constant in enum me.metallicgoat.tweaksaddon.api.gentiers.GenTierActionType
Spawns in dragons to aid in ending the game faster
SuddenDeathDragon - Interface in me.metallicgoat.tweaksaddon.api.gentiers
Represents a Sudden Death Dragon spawned by the Gen Tier system.
SuddenDeathDragonTargetEvent - Class in me.metallicgoat.tweaksaddon.api.events.gentiers
 
SuddenDeathDragonTargetEvent(Arena, SuddenDeathDragon, Entity, Location, Location, Entity, boolean) - Constructor for class me.metallicgoat.tweaksaddon.api.events.gentiers.SuddenDeathDragonTargetEvent
 

T

TOWER - Enum constant in enum me.metallicgoat.specialItems.api.ExtraSpecialItemType
Builds a tower around the player.

U

unregisterHandler(String) - Static method in class me.metallicgoat.tweaksaddon.api.GenTiersAPI
Unregisters a Gen Tier Handler.
UNSET_ACTIVE - Enum constant in enum de.marcely.bedwars.api.cosmetics.shop.CosmeticItemBehaviour
Unsets the current active one.
unsetActive(CosmeticItemCategory) - Method in interface de.marcely.bedwars.api.cosmetics.CosmeticPlayer
Removes the active cosmetic item of the player.
unsetPrivateArena(Arena) - Method in class me.harsh.privategamesaddon.api.PrivateGamesAPI
Unset the private status of an arena.
updatePermissiveItems() - Method in interface de.marcely.bedwars.api.cosmetics.CosmeticPlayer
Update the items that are locked or free through permissions.

V

valueOf(String) - Static method in enum de.marcely.bedwars.api.cosmetics.currency.CurrencyProviderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.marcely.bedwars.api.cosmetics.shop.CosmeticItemBehaviour
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.marcely.bedwars.api.cosmetics.shop.CosmeticItemOwnership.Cause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.harsh.privategamesaddon.api.events.PrivateArenaJoinEvent.Result
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.metallicgoat.specialItems.api.ExtraSpecialItemType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.metallicgoat.tweaksaddon.api.gentiers.GenTierActionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.marcely.bedwars.api.cosmetics.currency.CurrencyProviderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.marcely.bedwars.api.cosmetics.shop.CosmeticItemBehaviour
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.marcely.bedwars.api.cosmetics.shop.CosmeticItemOwnership.Cause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.harsh.privategamesaddon.api.events.PrivateArenaJoinEvent.Result
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.metallicgoat.specialItems.api.ExtraSpecialItemType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.metallicgoat.tweaksaddon.api.gentiers.GenTierActionType
Returns an array containing the constants of this enum type, in the order they are declared.
VAULT - Enum constant in enum de.marcely.bedwars.api.cosmetics.currency.CurrencyProviderType
Currency that is provided by the Vault plugin.

W

weightsGreaterThan(CosmeticItemOwnership.Cause) - Method in enum de.marcely.bedwars.api.cosmetics.shop.CosmeticItemOwnership.Cause
Get whether the weights of this cause are greater than the given one.
A B C D E F G H I K L M N O P R S T U V W 
All Classes and Interfaces|All Packages