Uses of Class
io.github.thebusybiscuit.slimefun4.implementation.items.tools.ClimbingPick
Packages that use ClimbingPick
Package
Description
This package contains all extensions of
Event
that Slimefun provides
and allows you to listen to.This package holds implementations of
ItemSetting
that are for
very specific SlimefunItems
and generally not
very useful out of their context.-
Uses of ClimbingPick in io.github.thebusybiscuit.slimefun4.api.events
Methods in io.github.thebusybiscuit.slimefun4.api.events that return ClimbingPickModifier and TypeMethodDescriptionClimbingPickLaunchEvent.getPick()
This returns theClimbingPick
that was used.Constructors in io.github.thebusybiscuit.slimefun4.api.events with parameters of type ClimbingPickModifierConstructorDescriptionClimbingPickLaunchEvent
(Player player, Vector velocity, ClimbingPick pick, ItemStack itemStack, Block block) -
Uses of ClimbingPick in io.github.thebusybiscuit.slimefun4.implementation.settings
Constructors in io.github.thebusybiscuit.slimefun4.implementation.settings with parameters of type ClimbingPickModifierConstructorDescriptionClimbableSurface
(ClimbingPick climbingPick, Material surface, double defaultValue) This creates a newClimbableSurface
for the givenMaterial
.