Uses of Class
cleoni.adv.PeopleContainer

Packages that use PeopleContainer
cleoni.adv   
 

Uses of PeopleContainer in cleoni.adv
 

Subclasses of PeopleContainer in cleoni.adv
 class Item
          Represents an ITEM
 class Room
          Represents a ROOM object
 class Vehicle
          Implements a VEHICLE.
 

Methods in cleoni.adv that return PeopleContainer
 PeopleContainer AdvObject.getPeopleContainer()
          Gets the current container but checks if it is a regular "people container", that is, a Container object type.
 

Methods in cleoni.adv with parameters of type PeopleContainer
 Image Player.getImageAndCorrectFacing(PeopleContainer container)