Interface GameState
-
- All Known Implementing Classes:
GameState
public interface GameState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description int
getState()
default boolean
is(GameState state)
-
-
-
Method Detail
-
getState
int getState()
-
is
default boolean is(GameState state)
-
-