public static class HubMissionWithTriggers.PickLocationAroundEntityAction extends java.lang.Object implements MissionTrigger.TriggerAction
| Modifier and Type | Field and Description |
|---|---|
protected SectorEntityToken |
entity |
protected float |
maxDist |
protected float |
minDist |
protected float |
minDistFromPlayer |
| Constructor and Description |
|---|
PickLocationAroundEntityAction(float minDist,
SectorEntityToken entity,
float maxDist,
float minDistFromPlayer) |
| Modifier and Type | Method and Description |
|---|---|
void |
doAction(MissionTrigger.TriggerActionContext context) |
protected float minDist
protected SectorEntityToken entity
protected float maxDist
protected float minDistFromPlayer
public PickLocationAroundEntityAction(float minDist, SectorEntityToken entity, float maxDist, float minDistFromPlayer)
public void doAction(MissionTrigger.TriggerActionContext context)
doAction in interface MissionTrigger.TriggerAction