Package de.kentoj.scrow.bukkit.minigame
Interface Minigame
- All Known Implementing Classes:
LobbyMinigame
public interface Minigame
-
Method Summary
Modifier and TypeMethodDescriptionintMaximally allowed participant countde.kentoj.scrowlib.convention.ScrowMessageStyleintRequired participant countstart()
-
Method Details
-
getMessageStyle
de.kentoj.scrowlib.convention.ScrowMessageStyle getMessageStyle() -
getMinParticipants
int getMinParticipants()Required participant count -
getMaxParticipants
int getMaxParticipants()Maximally allowed participant count -
getPlayerManager
PlayerManager getPlayerManager() -
start
CompletableFuture<Void> start()
-