|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.nipax.hippo.pexeso.Playground.Piece
class Playground.Piece
Info about one piece in game.
Field Summary | |
---|---|
(package private) boolean |
dirty
If something changed. |
(package private) boolean |
revealed
true if the picture is currently visible |
(package private) int |
type
id of piece. |
(package private) boolean |
valid
false == not valid piece - allready took it |
Constructor Summary | |
---|---|
Playground.Piece(int ID)
Simple constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
int type
boolean revealed
boolean valid
boolean dirty
Constructor Detail |
---|
Playground.Piece(int ID)
ID
- sets type
. if == -1, then this piece will be invalid
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |