Changes between Version 17 and Version 18 of Java Quagents Client


Ignore:
Timestamp:
Sep 6, 2011 1:57:28 PM (13 years ago)
Author:
jherwitz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Java Quagents Client

    v17 v18  
    8888CanSee.java - Represents the [[ProtocolZero]] cansee command.
    8989
    90 CartesianSensor2D - Example of [[ProtocolOne]] command. Shoots rangefinder in four axial directions. Used during [[CaveExploration]].
     90CartesianSensor2D.java - Example of [[ProtocolOne]] command. Shoots rangefinder in four axial directions. Used during [[CaveExploration]].
     91
     92CheckInventory.java - Represents the ProtocolZero checkinventory command.
     93
     94Client.java - Implementation of QuagentEntity. Provides convenience functions for accessing and executing commands.
     95
     96ClientInf.java - Interface for Client.java.
     97
     98Command.java - Abstract superclass for all commands.
     99
     100CommandTerminationListener - defines the command termination event listener.
     101
     102CommandType.java - enumerated type allows for command type checking.
     103
     104Crouch.java - Represents crouch ProtocolZero command.
     105
     106
     107
    91108
    92109