Uses of Interface
me.block2block.hubparkour.api.IHubParkourPlayer
Packages that use IHubParkourPlayer
Package
Description
-
Uses of IHubParkourPlayer in me.block2block.hubparkour.api
Methods in me.block2block.hubparkour.api that return IHubParkourPlayerModifier and TypeMethodDescriptionabstract IHubParkourPlayerGet a player that is currently in parkour.static IHubParkourPlayerGet a player that is currently in parkour.ParkourRun.getPlayer()Get the player who is doing this parkour run.Methods in me.block2block.hubparkour.api that return types with arguments of type IHubParkourPlayerModifier and TypeMethodDescriptionIParkour.getPlayers()Gets the list of all players currently playing in the parkour.Methods in me.block2block.hubparkour.api with parameters of type IHubParkourPlayerModifier and TypeMethodDescriptionvoidIParkour.playerEnd(IHubParkourPlayer p) End the player on this parkour.voidIParkour.playerStart(IHubParkourPlayer p) Start a player on this parkour.Constructors in me.block2block.hubparkour.api with parameters of type IHubParkourPlayerModifierConstructorDescriptionParkourRun(IHubParkourPlayer player) Initiates a brand-new parkour run with empty statistics. -
Uses of IHubParkourPlayer in me.block2block.hubparkour.api.events.player
Methods in me.block2block.hubparkour.api.events.player that return IHubParkourPlayerModifier and TypeMethodDescriptionParkourPlayerEvent.getPlayer()Get the player for which this event was called from.Constructors in me.block2block.hubparkour.api.events.player with parameters of type IHubParkourPlayerModifierConstructorDescriptionParkourPlayerCheckpointEvent(IParkour parkour, IHubParkourPlayer player, Checkpoint checkpoint) ParkourPlayerEvent(IParkour parkour, IHubParkourPlayer player) ParkourPlayerFailEvent(IParkour parkour, IHubParkourPlayer player, ParkourPlayerFailEvent.FailCause failCause) ParkourPlayerFinishEvent(IParkour parkour, IHubParkourPlayer player, long parkourTime, long parkourFinishTimestamp, long parkourStartTimestamp) ParkourPlayerLeaveEvent(IParkour parkour, IHubParkourPlayer player) ParkourPlayerStartEvent(IParkour parkour, IHubParkourPlayer player, long startTimeStamp) ParkourPlayerTeleportEvent(IParkour parkour, IHubParkourPlayer player, PressurePlate pressurePlate, ParkourPlayerTeleportEvent.TeleportReason teleportReason) ParkourPlayerTogglePlayersEvent(IParkour parkour, IHubParkourPlayer player, boolean visible) -
Uses of IHubParkourPlayer in me.block2block.hubparkour.api.items
Fields in me.block2block.hubparkour.api.items declared as IHubParkourPlayerMethods in me.block2block.hubparkour.api.items that return IHubParkourPlayerMethods in me.block2block.hubparkour.api.items with parameters of type IHubParkourPlayerModifier and TypeMethodDescriptionvoidParkourItem.setPlayer(IHubParkourPlayer player) Updates the player for this item.Constructors in me.block2block.hubparkour.api.items with parameters of type IHubParkourPlayerModifierConstructorDescriptionCancelItem(IHubParkourPlayer player, int slot) CheckpointItem(IHubParkourPlayer player, int slot) HideItem(IHubParkourPlayer player, int slot) ParkourItem(IHubParkourPlayer player, int slot) ResetItem(IHubParkourPlayer player, int slot) ShowItem(IHubParkourPlayer player, int slot)