Package miniGame.tetris
Interface BlockStatus
- All Known Implementing Classes:
TetrisGame
public interface BlockStatus
-
Field Summary
Fields Modifier and Type Field Description static intEMPTYstatic intMOVINGBLOCKstatic intPANELHEIGHTstatic intPANELWIDTHstatic intSTOPPEDBLOCK
-
Field Details
-
EMPTY
static final int EMPTY- See Also:
- Constant Field Values
-
MOVINGBLOCK
static final int MOVINGBLOCK- See Also:
- Constant Field Values
-
STOPPEDBLOCK
static final int STOPPEDBLOCK- See Also:
- Constant Field Values
-
PANELHEIGHT
static final int PANELHEIGHT- See Also:
- Constant Field Values
-
PANELWIDTH
static final int PANELWIDTH- See Also:
- Constant Field Values
-