|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ServerModelObject
Interface for server-side objects which needs to store extra information to a save game.
| Method Summary | |
|---|---|
void |
csNewTurn(java.util.Random random,
ChangeSet cs)
Executes new-turn actions for this server object. |
java.lang.String |
getServerXMLElementTagName()
Gets the tag to use when saving this server object. |
| Method Detail |
|---|
java.lang.String getServerXMLElementTagName()
void csNewTurn(java.util.Random random,
ChangeSet cs)
random - A pseudo-random number source.cs - A ChangeSet to update.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||