Uses of Class
me.block2block.hubparkour.api.plates.Checkpoint
Packages that use Checkpoint
-
Uses of Checkpoint in me.block2block.hubparkour.api
Methods in me.block2block.hubparkour.api that return CheckpointModifier and TypeMethodDescriptionIParkour.getCheckpoint(int checkpointNo) Get a specific checkpoint for this parkour.Methods in me.block2block.hubparkour.api that return types with arguments of type CheckpointModifier and TypeMethodDescriptionIParkour.getCheckpoints()Get the list of checkpoints active in this parkour.Methods in me.block2block.hubparkour.api with parameters of type CheckpointModifier and TypeMethodDescriptionvoidIParkour.addCheckpoint(Checkpoint point, int checkNo) Adds a new checkpoint to the parkour.voidIHubParkourPlayer.checkpoint(Checkpoint checkpoint) What happens when a user reaches a checkpoint.voidIParkour.deleteCheckpoint(Checkpoint point) Deletes a checkpoint from the parkour. -
Uses of Checkpoint in me.block2block.hubparkour.api.events.player
Methods in me.block2block.hubparkour.api.events.player that return CheckpointModifier and TypeMethodDescriptionParkourPlayerCheckpointEvent.getCheckpoint()Get the checkpoint that the player reached.Constructors in me.block2block.hubparkour.api.events.player with parameters of type CheckpointModifierConstructorDescriptionParkourPlayerCheckpointEvent(IParkour parkour, IHubParkourPlayer player, Checkpoint checkpoint)