Interface GameState

All Known Implementing Classes:
GameState

public interface GameState
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    default boolean
    is(GameState state)
     
  • Method Details

    • getState

      int getState()
    • is

      default boolean is(GameState state)