@Target(value=METHOD)
 @Retention(value=RUNTIME)
public @interface GoalDropCondition
| Modifier and Type | Optional Element and Description | 
|---|---|
| java.lang.String[] | beliefsThe events this condition should react to. | 
| java.lang.String[] | parametersThe parameters this condition should react to. | 
| RawEvent[] | raweventsThe events this condition should react to. | 
public abstract java.lang.String[] beliefs
public abstract java.lang.String[] parameters
public abstract RawEvent[] rawevents