public class DropGoalAction extends java.lang.Object implements IConditionalComponentStep<java.lang.Void>
| Modifier and Type | Field and Description | 
|---|---|
protected RGoal | 
goal
The goal. 
 | 
| Constructor and Description | 
|---|
DropGoalAction(RGoal goal)
Create a new action. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IFuture<java.lang.Void> | 
execute(IInternalAccess ia)
Execute the command. 
 | 
boolean | 
isValid()
Test if the action is valid. 
 | 
public boolean isValid()
isValid in interface IConditionalComponentStep<java.lang.Void>public IFuture<java.lang.Void> execute(IInternalAccess ia)
execute in interface IComponentStep<java.lang.Void>args - The argument(s) for the call.