|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--fate.world.WorldObject
|
+--fate.world.Player
Represents a Player in the world. Players can own SpaceStructure
objects, GroundStructure objects, and more.
| Field Summary | |
MapWorldObject |
mapShips
All the ships this player owns |
MapWorldObject |
mapStructures
All the structures this player owns |
| Fields inherited from class fate.world.WorldObject |
id,
name,
parent |
| Constructor Summary | |
Player()
Creates new Player |
|
| Method Summary | |
Player |
cloneForClient()
Creates a clone suitable for sending from server to client |
| Methods inherited from class fate.world.WorldObject |
toString |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Field Detail |
public MapWorldObject mapShips
public MapWorldObject mapStructures
| Constructor Detail |
public Player()
| Method Detail |
public Player cloneForClient()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||