public class StopFollowingCustomerGoal extends Goal
Goal.Control| Modifier and Type | Field and Description |
|---|---|
private MerchantEntity |
trader |
| Constructor and Description |
|---|
StopFollowingCustomerGoal(MerchantEntity trader) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canStart() |
void |
start() |
void |
stop() |
canStop, getControls, setControls, shouldContinue, tick, toStringprivate final MerchantEntity trader
public StopFollowingCustomerGoal(MerchantEntity trader)