Class LobbyMinigame
java.lang.Object
de.kentoj.scrow.bukkit.minigame.lobby.LobbyMinigame
- All Implemented Interfaces:
IMinigame
-
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.IMinigame
getMessageStyle
-
Constructor Details
-
LobbyMinigame
public LobbyMinigame()
-
-
Method Details
-
getMinParticipants
public int getMinParticipants()Description copied from interface:IMinigameRequired participant count- Specified by:
getMinParticipantsin interfaceIMinigame
-
getMaxParticipants
public int getMaxParticipants()Description copied from interface:IMinigameMaximally allowed participant count- Specified by:
getMaxParticipantsin interfaceIMinigame
-
getPlayerManager
- Specified by:
getPlayerManagerin interfaceIMinigame
-
start
-