Uses of Interface
me.block2block.hubparkour.api.IParkour
Packages that use IParkour
Package
Description
-
Uses of IParkour in me.block2block.hubparkour.api
Methods in me.block2block.hubparkour.api that return IParkourModifier and TypeMethodDescriptionabstract IParkourBackendAPI.getParkour(int id) Get a specific parkour.abstract IParkourBackendAPI.getParkour(String name) Get a specific parkour.static IParkourHubParkourAPI.getParkour(int id) Get a specific parkour.static IParkourHubParkourAPI.getParkour(String name) Get a specific parkour.IHubParkourPlayer.getParkour()Gets the parkour this player is currently in.Methods in me.block2block.hubparkour.api with parameters of type IParkourModifier and TypeMethodDescriptionabstract IHologramBackendAPI.createHologram(IParkour parkour, String name, Location location) Creates a new hologram associated with a specific parkour, having a unique name and a specified location in the world.static IHologramHubParkourAPI.createHologram(IParkour parkour, String name, Location location) Creates a new hologram associated with the specified parkour, name, and location. -
Uses of IParkour in me.block2block.hubparkour.api.events
Methods in me.block2block.hubparkour.api.events that return IParkourConstructors in me.block2block.hubparkour.api.events with parameters of type IParkour -
Uses of IParkour in me.block2block.hubparkour.api.events.admin
Constructors in me.block2block.hubparkour.api.events.admin with parameters of type IParkourModifierConstructorDescriptionParkourDeleteEvent(IParkour parkour, Player player) ParkourSetupEvent(IParkour parkour, Player player) -
Uses of IParkour in me.block2block.hubparkour.api.events.player
Constructors in me.block2block.hubparkour.api.events.player with parameters of type IParkourModifierConstructorDescriptionParkourPlayerCheckpointEvent(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 IParkour in me.block2block.hubparkour.api.hologram
Methods in me.block2block.hubparkour.api.hologram that return IParkourModifier and TypeMethodDescriptionIHologram.getParkour()Retrieves the parkour associated with this hologram.ILeaderboardHologram.getParkour()Get the parkour that this hologram belongs to.Methods in me.block2block.hubparkour.api.hologram with parameters of type IParkourModifier and TypeMethodDescriptionabstract IHologramHologramFactory.createHologram(IParkour parkour, String name, Location location) abstract voidHologramFactory.removeHologramsForParkour(IParkour parkour) -
Uses of IParkour in me.block2block.hubparkour.api.plates
Fields in me.block2block.hubparkour.api.plates declared as IParkourMethods in me.block2block.hubparkour.api.plates that return IParkourModifier and TypeMethodDescriptionPressurePlate.getParkour()Get the parkour the pressure plate belongs to.Methods in me.block2block.hubparkour.api.plates with parameters of type IParkourModifier and TypeMethodDescriptionvoidPressurePlate.setParkour(IParkour parkour) Set the parkour the pressure plate belongs to. -
Uses of IParkour in me.block2block.hubparkour.api.signs
Fields in me.block2block.hubparkour.api.signs declared as IParkourMethods in me.block2block.hubparkour.api.signs that return IParkourModifier and TypeMethodDescriptionClickableSign.getParkour()Get the parkour this sign is associated with.Constructors in me.block2block.hubparkour.api.signs with parameters of type IParkourModifierConstructorDescriptionClickableSign(int id, IParkour parkour, Sign signState) ClickableSign(IParkour parkour, Sign signState)