Uses of Class
dev.laszlomocsy.tzaar.utils.GameState
Packages that use GameState
-
Uses of GameState in dev.laszlomocsy.tzaar.utils
Methods in dev.laszlomocsy.tzaar.utils that return GameStateModifier and TypeMethodDescriptionstatic GameState
GameStateManager.generateGameState
(Board board, String player1Name, String player2Name) Converts a board to a game state.Methods in dev.laszlomocsy.tzaar.utils that return types with arguments of type GameStateModifier and TypeMethodDescriptionGameStateManager.loadFromFile
(File file) Loads a game state from a file.Loads a game state from a file.Methods in dev.laszlomocsy.tzaar.utils with parameters of type GameStateModifier and TypeMethodDescriptionstatic Board
GameStateManager.generateBoard
(GameState gameState) Converts a game state to a board.static void
Saves the given game state to a file.static boolean
GameStateManager.saveToFile
(GameState gameState, File file) Saves the given game state to a file.