| Package | Description |
|---|---|
| me.block2block.hubparkour.api | |
| me.block2block.hubparkour.api.events.player |
| Modifier and Type | Method and Description |
|---|---|
Checkpoint |
IParkour.getCheckpoint(int checkpointNo)
Get a specific checkpoint for this parkour.
|
| Modifier and Type | Method and Description |
|---|---|
List<Checkpoint> |
IParkour.getCheckpoints()
Get the list of checkpoints active in this parkour.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IParkour.addCheckpoint(Checkpoint point,
int checkNo)
Adds a new checkpoint to the parkour.
|
void |
IHubParkourPlayer.checkpoint(Checkpoint checkpoint)
What happens when a user reaches a checkpoint.
|
void |
IParkour.deleteCheckpoint(Checkpoint point)
Deletes a checkpoint from the parkour.
|
| Modifier and Type | Method and Description |
|---|---|
Checkpoint |
ParkourPlayerCheckpointEvent.getCheckpoint()
Get the checkpoint that the player reached.
|
| Constructor and Description |
|---|
ParkourPlayerCheckpointEvent(IParkour parkour,
IHubParkourPlayer player,
Checkpoint checkpoint) |
Copyright © 2025. All rights reserved.