Package | Description |
---|---|
me.block2block.hubparkour.api | |
me.block2block.hubparkour.api.events.player |
Modifier and Type | Method and Description |
---|---|
void |
IHubParkourPlayer.end(ParkourPlayerFailEvent.FailCause cause)
What happens when the player has finished the parkour
|
Modifier and Type | Method and Description |
---|---|
ParkourPlayerFailEvent.FailCause |
ParkourPlayerFailEvent.getFailCause()
Get the reason the user failed
|
static ParkourPlayerFailEvent.FailCause |
ParkourPlayerFailEvent.FailCause.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParkourPlayerFailEvent.FailCause[] |
ParkourPlayerFailEvent.FailCause.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ParkourPlayerFailEvent(IParkour parkour,
IHubParkourPlayer player,
ParkourPlayerFailEvent.FailCause failCause) |
Copyright © 2025. All rights reserved.