|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectgameLogic.GameObject
public class GameObject
This class represents an object that exists on the game board. Each GameObject has a GameObjectType describing which kind of object it is (e.g. Fruit, Wall etc).
GameObjectType
,
Serialized FormMethod Summary | |
---|---|
GameObjectType |
getType()
Gets the GameObjectType of this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public GameObjectType getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |