public static class HubMissionWithTriggers.PickSetLocationAction extends java.lang.Object implements MissionTrigger.TriggerAction
| Modifier and Type | Field and Description |
|---|---|
protected org.lwjgl.util.vector.Vector2f |
coordinates |
protected LocationAPI |
location |
| Constructor and Description |
|---|
PickSetLocationAction(org.lwjgl.util.vector.Vector2f coordinates,
LocationAPI location) |
| Modifier and Type | Method and Description |
|---|---|
void |
doAction(MissionTrigger.TriggerActionContext context) |
protected org.lwjgl.util.vector.Vector2f coordinates
protected LocationAPI location
public PickSetLocationAction(org.lwjgl.util.vector.Vector2f coordinates, LocationAPI location)
public void doAction(MissionTrigger.TriggerActionContext context)
doAction in interface MissionTrigger.TriggerAction