Uses of Class
io.github.thebusybiscuit.slimefun4.implementation.items.tools.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
Modifier and TypeMethodDescriptionClimbingPickLaunchEvent.getPick()
This returns theClimbingPick
that was used.ModifierConstructorDescriptionClimbingPickLaunchEvent
(Player player, Vector velocity, ClimbingPick pick, ItemStack itemStack, Block block) -
Uses of ClimbingPick in io.github.thebusybiscuit.slimefun4.implementation.settings
ModifierConstructorDescriptionClimbableSurface
(ClimbingPick climbingPick, Material surface, double defaultValue) This creates a newClimbableSurface
for the givenMaterial
.