|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GameObject | |
---|---|
mud.common.loader | |
mud.common.objects | |
mud.common.room |
Uses of GameObject in mud.common.loader |
---|
Methods in mud.common.loader that return GameObject | |
---|---|
GameObject |
RoomLoader.loadObject(java.lang.String xmlString)
|
Uses of GameObject in mud.common.objects |
---|
Subclasses of GameObject in mud.common.objects | |
---|---|
class |
Creature
Living object |
class |
Monster
|
class |
Player
|
class |
Transporter
Like a door. |
class |
Treasure
|
Uses of GameObject in mud.common.room |
---|
Methods in mud.common.room that return GameObject | |
---|---|
GameObject |
Room.getObjectById(int id)
|
Methods in mud.common.room that return types with arguments of type GameObject | |
---|---|
java.util.Set<GameObject> |
Room.getObjects()
|
java.util.List<GameObject> |
GameTile.getObjects()
|
Methods in mud.common.room with parameters of type GameObject | |
---|---|
void |
Room.addObject(GameObject o)
|
void |
GameTile.addOccupant(GameObject object)
|
void |
Room.removeObject(GameObject o)
|
void |
GameTile.removeOccupant(GameObject object)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |