Changes between Version 22 and Version 23 of ProtocolOne
- Timestamp:
- Jun 10, 2011 10:44:36 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProtocolOne
v22 v23 99 99 * These assume that the Client object (which represents a Quagent) has been instantiated as "client". 100 100 '''Take an depthmap of the player.''' 101 {{{client.face 101 {{{ 102 client.faceEntityDirection(0,1); 103 client.showImage(1); 104 }}} 105