Class EggBridgeBuildEvent
java.lang.Object
org.bukkit.event.Event
com.andrei1058.bedwars.api.events.gameplay.EggBridgeBuildEvent
public class EggBridgeBuildEvent
extends org.bukkit.event.Event
- 
Nested Class SummaryNested classes/interfaces inherited from class org.bukkit.event.Eventorg.bukkit.event.Event.Result
- 
Constructor SummaryConstructorsConstructorDescriptionEggBridgeBuildEvent(TeamColor teamColor, IArena arena, org.bukkit.block.Block block) Called when the eggBridge is building another block
- 
Method SummaryMethods inherited from class org.bukkit.event.EventgetEventName, isAsynchronous
- 
Constructor Details- 
EggBridgeBuildEventCalled when the eggBridge is building another block
 
- 
- 
Method Details- 
getArenaGet the arena
- 
getBlockpublic org.bukkit.block.Block getBlock()Get the built block
- 
getTeamColorGet the block's team color
- 
getHandlerspublic org.bukkit.event.HandlerList getHandlers()- Specified by:
- getHandlersin class- org.bukkit.event.Event
 
- 
getHandlerListpublic static org.bukkit.event.HandlerList getHandlerList()
 
-