Uses of Enum
me.block2block.hubparkour.api.events.player.ParkourPlayerFailEvent.FailCause
Packages that use ParkourPlayerFailEvent.FailCause
-
Uses of ParkourPlayerFailEvent.FailCause in me.block2block.hubparkour.api
Methods in me.block2block.hubparkour.api with parameters of type ParkourPlayerFailEvent.FailCauseModifier and TypeMethodDescriptionvoidIHubParkourPlayer.end(ParkourPlayerFailEvent.FailCause cause) What happens when the player has finished the parkour -
Uses of ParkourPlayerFailEvent.FailCause in me.block2block.hubparkour.api.events.player
Subclasses with type arguments of type ParkourPlayerFailEvent.FailCause in me.block2block.hubparkour.api.events.playerModifier and TypeClassDescriptionstatic enumUtil enum for the Fail Cause.Methods in me.block2block.hubparkour.api.events.player that return ParkourPlayerFailEvent.FailCauseModifier and TypeMethodDescriptionParkourPlayerFailEvent.getFailCause()Get the reason the user failedReturns 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.Constructors in me.block2block.hubparkour.api.events.player with parameters of type ParkourPlayerFailEvent.FailCauseModifierConstructorDescriptionParkourPlayerFailEvent(IParkour parkour, IHubParkourPlayer player, ParkourPlayerFailEvent.FailCause failCause)