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 theExplosiveToolwhich 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 TypeClassDescriptionclassTheExplosivePickaxeis a pickaxe which can destroyBlocks in a size of 3 by 3.classTheExplosiveShovelworks similar to theExplosivePickaxe.