Package vazkii.botania.api.item
Interface SequentialBreaker
- All Known Implementing Classes:
TerraShattererItem,TerraTruncatorItem
public interface SequentialBreaker
An item that implements this can break multiple blocks at once
with a Ring of Loki. Usage of this interface requires an implementation
(see TerraShattererItem).
-
Method Summary
Modifier and TypeMethodDescriptionvoidbreakOtherBlock(net.minecraft.world.entity.player.Player player, net.minecraft.world.item.ItemStack stack, net.minecraft.core.BlockPos pos, net.minecraft.core.BlockPos originPos, net.minecraft.core.Direction side)
-
Method Details
-
breakOtherBlock
void breakOtherBlock(net.minecraft.world.entity.player.Player player, net.minecraft.world.item.ItemStack stack, net.minecraft.core.BlockPos pos, net.minecraft.core.BlockPos originPos, net.minecraft.core.Direction side)
-