Interface Minigame

All Known Implementing Classes:
LobbyMinigame

public interface Minigame
  • 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