public class WaypointPendingActionEvent extends CommonEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
WaypointPendingActionEvent.Action |
CommonEvent.Side| Modifier and Type | Field and Description |
|---|---|
WaypointPendingActionEvent.Action |
action |
java.util.UUID |
playerUUID |
Waypoint |
waypoint |
timestamp| Constructor and Description |
|---|
WaypointPendingActionEvent(java.util.UUID playerUUID,
Waypoint waypoint,
WaypointPendingActionEvent.Action action) |
getSidecancel, isCancellable, isCancelledpublic final java.util.UUID playerUUID
public final Waypoint waypoint
public final WaypointPendingActionEvent.Action action
public WaypointPendingActionEvent(java.util.UUID playerUUID,
Waypoint waypoint,
WaypointPendingActionEvent.Action action)