Uses of Enum
nl.uu.cs.aplib.exampleUsages.fiveGame.FiveGame.GAMESTATUS
Packages that use FiveGame.GAMESTATUS
-
Uses of FiveGame.GAMESTATUS in nl.uu.cs.aplib.exampleUsages.fiveGame
Methods in nl.uu.cs.aplib.exampleUsages.fiveGame that return FiveGame.GAMESTATUSModifier and TypeMethodDescriptionFiveGame.getGameStatus()
Get the game status (unfinished/cross-won/circle-won/tie).FiveGameEnv.move(FiveGame.SQUARE ty, int x, int y)
static FiveGame.GAMESTATUS
Returns the enum constant of this type with the specified name.static FiveGame.GAMESTATUS[]
FiveGame.GAMESTATUS.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in nl.uu.cs.aplib.exampleUsages.fiveGame that return types with arguments of type FiveGame.GAMESTATUSModifier and TypeMethodDescription