Package Phase2
Class Gbot.State
java.lang.Object
Phase2.Gbot.State
- Enclosing class:
- Gbot
static class Gbot.State
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description (package private) int[][]
oldField
(package private) int
oldNextPiece
(package private) int
oldNextPieceRotation
(package private) int
oldPiece
(package private) int[]
oldPiecePos
(package private) int
oldPieceRotation
(package private) int
oldScore
-
Constructor Summary
Constructors Constructor Description State()
-
Method Summary
-
Field Details
-
oldField
int[][] oldField -
oldScore
int oldScore -
oldPiece
int oldPiece -
oldNextPiece
int oldNextPiece -
oldPieceRotation
int oldPieceRotation -
oldNextPieceRotation
int oldNextPieceRotation -
oldPiecePos
int[] oldPiecePos
-
-
Constructor Details
-
State
public State()
-