Class LobbyMinigame
java.lang.Object
de.kentoj.scrow.bukkit.minigame.lobby.LobbyMinigame
- All Implemented Interfaces:
Minigame
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintMaximally allowed participant countintRequired participant countstart()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.kentoj.scrow.bukkit.minigame.Minigame
getMessageStyle
-
Constructor Details
-
LobbyMinigame
public LobbyMinigame()
-
-
Method Details
-
getMinParticipants
public int getMinParticipants()Description copied from interface:MinigameRequired participant count- Specified by:
getMinParticipantsin interfaceMinigame
-
getMaxParticipants
public int getMaxParticipants()Description copied from interface:MinigameMaximally allowed participant count- Specified by:
getMaxParticipantsin interfaceMinigame
-
getPlayerManager
- Specified by:
getPlayerManagerin interfaceMinigame
-
start
-