Interface IGameType

  • All Known Implementing Classes:
    Game

    public interface IGameType
    Interface defining the game type.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2016 Created on Mar 16, 2016
    • Method Detail

      • isSinglePlayer

        boolean isSinglePlayer()
        Indicating that the game is a single player game.
        Returns:
        true if the game is singleplayer.