public class MovementCapa.Move extends java.lang.Object implements IDestinationGoal
| Modifier and Type | Field and Description |
|---|---|
protected jadex.extension.envsupport.math.IVector2 |
destination
The destination.
|
| Constructor and Description |
|---|
Move(jadex.extension.envsupport.math.IVector2 destination)
Create a new Move.
|
| Modifier and Type | Method and Description |
|---|---|
jadex.extension.envsupport.math.IVector2 |
getDestination()
Get the destination.
|
protected jadex.extension.envsupport.math.IVector2 destination
public Move(jadex.extension.envsupport.math.IVector2 destination)
public jadex.extension.envsupport.math.IVector2 getDestination()
getDestination in interface IDestinationGoal