|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CarriableObject | |
---|---|
appletbots | |
appletbots.gatherers |
Uses of CarriableObject in appletbots |
---|
Methods in appletbots that return CarriableObject | |
---|---|
CarriableObject[] |
CarrierAgent.getInventory()
Returns the contents of the agent's inventory |
Methods in appletbots with parameters of type CarriableObject | |
---|---|
protected void |
CarrierAgent.drop(CarriableObject item)
Drops an object |
void |
World.dropItem(CarrierAgent agent,
CarriableObject item)
Drops an item from a CarrierAgent |
boolean |
CarrierAgent.hasItem(CarriableObject item)
Returns whether or not the agent is carrying the given item |
protected void |
CarrierAgent.pickUp(CarriableObject item)
Picks up an object |
Uses of CarriableObject in appletbots.gatherers |
---|
Subclasses of CarriableObject in appletbots.gatherers | |
---|---|
class |
Food
The class represents a piece of food in the appletbots world |
Methods in appletbots.gatherers with parameters of type CarriableObject | |
---|---|
protected void |
Gatherer.pickUp(CarriableObject item)
Picks up an object |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |