Uses of Class
io.github.thebusybiscuit.slimefun4.implementation.items.tools.ExplosiveTool
Packages that use 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
Methods in io.github.thebusybiscuit.slimefun4.api.events that return ExplosiveToolModifier and TypeMethodDescriptionExplosiveToolBreakBlocksEvent.getExplosiveTool()
Gets theExplosiveTool
which triggered this eventConstructors in io.github.thebusybiscuit.slimefun4.api.events with parameters of type ExplosiveToolModifierConstructorDescriptionExplosiveToolBreakBlocksEvent
(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
.