Uses of Class
pacworld.Package

Packages that use Package
pacworld   
 

Uses of Package in pacworld
 

Methods in pacworld that return Package
 Package PacAgentRep.getHeldPackage()
           
 Package PackageState.getPackageHeldByAgent(Agent a)
          Return the package (if any) held by the specified agent.
 

Methods in pacworld that return types with arguments of type Package
 java.util.List<Package> PackageState.getPackages()
           
 

Methods in pacworld with parameters of type Package
 void PackageState.pickup(Agent a, Package p)
          Modify the state so that the agent is holding the selected package.
 void PackageState.repositionPackage(Package p, int newX, int newY)
          Change a package's position.
 void PacAgentRep.setHeldPackage(Package p)
           
 

Constructors in pacworld with parameters of type Package
VisiblePackage(Package pack)
          Create a new percept of a package using the package itself.