Class GameReadyEvent
- java.lang.Object
-
- org.bukkit.event.Event
-
- com.alexlew.gameapi.events.bukkit.GameReadyEvent
-
public class GameReadyEvent extends org.bukkit.event.Event
-
-
Field Summary
Fields Modifier and Type Field Description static org.bukkit.event.HandlerList
handlers
-
Constructor Summary
Constructors Constructor Description GameReadyEvent(Game game)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Game
getGame()
static org.bukkit.event.HandlerList
getHandlerList()
org.bukkit.event.HandlerList
getHandlers()
-
-
-
Constructor Detail
-
GameReadyEvent
public GameReadyEvent(Game game)
-
-
Method Detail
-
getHandlerList
public static org.bukkit.event.HandlerList getHandlerList()
-
getHandlers
public org.bukkit.event.HandlerList getHandlers()
- Specified by:
getHandlers
in classorg.bukkit.event.Event
-
getGame
public Game getGame()
-
-