public class ParkourPlayerFinishEvent extends ParkourPlayerEvent
Constructor and Description |
---|
ParkourPlayerFinishEvent(IParkour parkour,
IHubParkourPlayer player,
long parkourTime,
long parkourFinishTimestamp,
long parkourStartTimestamp) |
Modifier and Type | Method and Description |
---|---|
long |
getParkourFinishTimestamp()
Get the timestamp the user finished.
|
long |
getParkourStartTimestamp()
Get the timestamp the user started the parkour.
|
long |
getParkourTime()
Get the time, in milliseconds, of the time the user took to finish the parkour.
|
getPlayer, isCancelled, setCancelled
getHandlerList, getHandlers, getParkour
public ParkourPlayerFinishEvent(IParkour parkour, IHubParkourPlayer player, long parkourTime, long parkourFinishTimestamp, long parkourStartTimestamp)
public long getParkourFinishTimestamp()
public long getParkourStartTimestamp()
public long getParkourTime()
Copyright © 2025. All rights reserved.