Class ProducerAgent.ProduceOre
- java.lang.Object
-
- jadex.bdiv3.examples.marsworld.producer.ProducerAgent.ProduceOre
-
- Enclosing class:
- ProducerAgent
public class ProducerAgent.ProduceOre extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ISpaceObject
target
The target.
-
Constructor Summary
Constructors Constructor Description ProduceOre(ISpaceObject target)
Create a new CarryOre.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
checkDrop()
ISpaceObject
getTarget()
Get the target.
-
-
-
Field Detail
-
target
protected ISpaceObject target
The target.
-
-
Constructor Detail
-
ProduceOre
public ProduceOre(ISpaceObject target)
Create a new CarryOre.
-
-
Method Detail
-
checkDrop
public boolean checkDrop()
-
getTarget
public ISpaceObject getTarget()
Get the target.- Returns:
- The target.
-
-