game.zStone_1 Class Reference
A Stone.
More...
List of all members.
Detailed Description
A Stone.
- Author:
- Team Solid Sun
- See also:
- IStone
Constructor & Destructor Documentation
| game.zStone_1.zStone_1 |
( |
IBlock |
field[][], |
|
|
int |
rowOffset, |
|
|
int |
colOffset, |
|
|
Color |
color | |
|
) |
| | |
00160 {
00161 super(field);
00162 super.blocks = new Block[4];
00163 super.blocks[0] = new Block(rowOffset + 0, colOffset - 1, color);
00164 super.blocks[1] = new Block(rowOffset + 0, colOffset + 0, color);
00165 super.blocks[2] = new Block(rowOffset + 1, colOffset + 0, color);
00166 super.blocks[3] = new Block(rowOffset + 1, colOffset + 1, color);
00167 super.turnBlock = 1;
00168 super.updateField();
00169 }
The documentation for this class was generated from the following file: