public class WaypointGroupTransferEvent extends JourneyMapEvent
timestamp| Constructor and Description |
|---|
WaypointGroupTransferEvent(@Nullable WaypointGroup from,
WaypointGroup to,
Waypoint waypoint) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable WaypointGroup |
getGroupFrom()
The group the waypoint is transferring from.
|
WaypointGroup |
getGroupTo()
The group the waypoint is transferring to.
|
Waypoint |
getWaypoint()
Gets the waypoint that is transferring groups.
|
cancel, isCancellable, isCancelledpublic WaypointGroupTransferEvent(@Nullable
@Nullable WaypointGroup from,
WaypointGroup to,
Waypoint waypoint)
public WaypointGroup getGroupTo()
@Nullable public @Nullable WaypointGroup getGroupFrom()
May be null.
public Waypoint getWaypoint()