public class DelayTrigger extends Object implements WaypointTrigger
Constructor and Description |
---|
DelayTrigger() |
DelayTrigger(int delay) |
Modifier and Type | Method and Description |
---|---|
String |
description() |
int |
getDelay() |
void |
onWaypointReached(net.citizensnpcs.api.npc.NPC npc,
Location waypoint) |
public String description()
description
in interface WaypointTrigger
public int getDelay()
public void onWaypointReached(net.citizensnpcs.api.npc.NPC npc, Location waypoint)
onWaypointReached
in interface WaypointTrigger
Copyright © 2019. All rights reserved.