Changes between Version 22 and Version 23 of ProtocolOne


Ignore:
Timestamp:
Jun 10, 2011 10:44:36 AM (13 years ago)
Author:
jherwitz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProtocolOne

    v22 v23  
    9999* These assume that the Client object (which represents a Quagent) has been instantiated as "client".
    100100'''Take an depthmap of the player.'''
    101  {{{client.face
     101 {{{
     102client.faceEntityDirection(0,1);
     103client.showImage(1);
     104}}}
     105