|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICompany
The Company interface represents the company of a player and is mainly used to gather statistics
| Method Summary | |
|---|---|
long |
getCash()
Retrieve the cash avalable to the company |
long |
getCompanyValue()
Retrieve the total value of the company |
ICity |
getHomeTown()
Retrieve the home town of the company |
void |
updateCash(long diff)
Add or subtract some cash |
| Method Detail |
|---|
ICity getHomeTown()
long getCompanyValue()
long getCash()
void updateCash(long diff)
diff - amount of money that is transferred
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||