Changes between Version 14 and Version 15 of WikiStart
- Timestamp:
- 07/27/21 13:45:51 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v14 v15 113 113 ... 114 114 }}} 115 Notice, above is slightly simplified code, for fully working code check the [source:/exampleparties/randomparty/src/main/java/geniusweb/exampleparties/randomparty/RandomParty.java source code]. 115 116 116 117 The party must follow the behaviours that it promises. The example above folows the SAOP behaviour. 117 118 118 Notice, above is slightly simplified code, for fully working code check the [source:/exampleparties/randomparty/src/main/java/geniusweb/exampleparties/randomparty/RandomParty.java source code].119 **Warning**: do not use stdin and stdout/print in your party. These are used for communicating with the partyserver. Using them will disturb that communication and most likely result in your party requesting illegal actions. Executing an illegal action will result in your party being killed by the protocol. 119 120 120 121 === Throwing exceptions