public class MatchStartEvent extends MatchEvent
Match has started.| Constructor and Description |
|---|
MatchStartEvent(Match match,
org.bukkit.entity.Player... players) |
| Modifier and Type | Method and Description |
|---|---|
static org.bukkit.event.HandlerList |
getHandlerList() |
org.bukkit.event.HandlerList |
getHandlers() |
org.bukkit.entity.Player[] |
getPlayers()
The starters of the
Match. |
getMatchpublic MatchStartEvent(@NotNull
Match match,
@NotNull
org.bukkit.entity.Player... players)
@NotNull public org.bukkit.entity.Player[] getPlayers()
Match.Player array representing the starters of the Match.public static org.bukkit.event.HandlerList getHandlerList()
public org.bukkit.event.HandlerList getHandlers()
getHandlers in class org.bukkit.event.Event