Index

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

A

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.
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.

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.

D

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.
ENDLESS_BOOST - Enum constant in enum me.metallicgoat.specialItems.api.ExtraSpecialItemType
A firework that can be used to boost players endlessly for elytras.
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

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 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
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.
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.
getCommand() - Method in class me.metallicgoat.specialItems.api.event.PlayerUseSpecialItemCommandEvent
Gets the unformatted command to be executed.
getCurrentTier() - Method in interface me.metallicgoat.tweaksaddon.api.gentiers.GenTierState
Get the tier level that already has been reached.
getDefaultHandlerId() - Method in enum me.metallicgoat.tweaksaddon.api.gentiers.GenTierActionType
Get the default handler Id for this action type
getDelay() - Method in class me.metallicgoat.tweaksaddon.api.events.gentiers.GenTiersScheduleEvent
Get the delay before the initial tier happens.
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.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.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.
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 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.
getMinServerVersion() - Method in enum me.metallicgoat.specialItems.api.ExtraSpecialItemType
Get the minimum server version required for this type.
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.
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.
getPlugin() - Method in class me.metallicgoat.tweaksaddon.api.gentiers.GenTierHandler
Get the plugin which registered this handler
getPreviousLevel() - Method in class me.metallicgoat.tweaksaddon.api.gentiers.GenTierLevel
Gets the previous level before this one has been reached.
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.
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
getSuddenDeathUpgrade() - Static method in class me.metallicgoat.tweaksaddon.api.GenTiersAPI
Get the trigger handler used for the sudden death team upgrade.
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 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.
hasMinServerVersion() - Method in enum me.metallicgoat.specialItems.api.ExtraSpecialItemType
Get whether this type requires a minimum server version.
hasMultipleItems() - Method in enum me.metallicgoat.specialItems.api.ExtraSpecialItemType
Get whether there may be multiple items of this type.
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.

I

ICE_BRIDGER - Enum constant in enum me.metallicgoat.specialItems.api.ExtraSpecialItemType
Places ice below the player.
isAllow() - Method in enum me.harsh.privategamesaddon.api.events.PrivateArenaJoinEvent.Result
Check whether this result allows the player to join.
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.
isCraftingAllowed() - Method in interface me.harsh.privategamesaddon.api.ArenaBuffState
Check if crafting is allowed in the arena.
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.
isFirstLoad() - Method in class me.metallicgoat.tweaksaddon.api.events.PostConfigLoadEvent
Whether this event represents the first time the configuration has been loaded.
isFirstLoad() - Method in class me.metallicgoat.tweaksaddon.api.events.PreConfigsLoadEvent
Whether this event represents the first time the configuration has been loaded.
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 class me.metallicgoat.tweaksaddon.api.gentiers.GenTierHandler
Check if this handler is currently registered
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.

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
The root package of the Extra-Special-Items API
me.metallicgoat.specialItems.api.event - package me.metallicgoat.specialItems.api.event
Contains all Events fired by Extra-Special-Items
me.metallicgoat.tweaksaddon.api - package me.metallicgoat.tweaksaddon.api
The root package of the MBedwarsTweaks API
me.metallicgoat.tweaksaddon.api.events - package me.metallicgoat.tweaksaddon.api.events
Contains all events fired by MBedwarsTweaks
me.metallicgoat.tweaksaddon.api.events.gentiers - package me.metallicgoat.tweaksaddon.api.events.gentiers
Contains all events related to the GenTiers system
me.metallicgoat.tweaksaddon.api.gentiers - package me.metallicgoat.tweaksaddon.api.gentiers
Classes relevant to the operation of the GenTiers system

P

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
 
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
Called after the plugin configuration files have been loaded or reloaded.
PostConfigLoadEvent(boolean) - Constructor for class me.metallicgoat.tweaksaddon.api.events.PostConfigLoadEvent
 
PreConfigsLoadEvent - Class in me.metallicgoat.tweaksaddon.api.events
Called directly before the plugin configuration files have are being loaded or reloaded.
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.

R

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
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

scheduleNextTier(GenTierLevel) - Method in interface me.metallicgoat.tweaksaddon.api.gentiers.GenTierState
Schedule the next gen tier level to be reached.
scheduleNextTier(GenTierLevel, Duration) - Method in interface me.metallicgoat.tweaksaddon.api.gentiers.GenTierState
Schedule the next gen tier level to be reached.
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.
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
SILVERFISH - Enum constant in enum me.metallicgoat.specialItems.api.ExtraSpecialItemType
Launches a snowball that spawns a silverfish wherever it lands.
SLINGSHOT - Enum constant in enum me.metallicgoat.specialItems.api.ExtraSpecialItemType
Launches the player in the direction they are looking.
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.
unsetPrivateArena(Arena) - Method in class me.harsh.privategamesaddon.api.PrivateGamesAPI
Unset the private status of an arena.

V

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 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.
A B C D E F G H I L M P R S T U V 
All Classes and Interfaces|All Packages