Uses of Class
io.github.thebusybiscuit.slimefun4.implementation.items.tools.ExplosiveTool
Package
Description
This package contains all extensions of
Event
that Slimefun provides
and allows you to listen to.This package holds implementations of
SlimefunItem
that are tools.-
Uses of ExplosiveTool in io.github.thebusybiscuit.slimefun4.api.events
Modifier and TypeMethodDescriptionExplosiveToolBreakBlocksEvent.getExplosiveTool()
Gets theExplosiveTool
which triggered this eventModifierConstructorDescriptionExplosiveToolBreakBlocksEvent
(Player player, Block block, List<Block> blocks, ItemStack item, ExplosiveTool explosiveTool) -
Uses of ExplosiveTool in io.github.thebusybiscuit.slimefun4.implementation.items.tools
Modifier and TypeClassDescriptionclass
TheExplosivePickaxe
is a pickaxe which can destroyBlock
s in a size of 3 by 3.class
TheExplosiveShovel
works similar to theExplosivePickaxe
.