Package com.hbm_m.api.bomb
Interface IBomb
- All Known Implementing Classes:
LandmineBlock,LaunchPadBlock,LaunchPadRustedBlock,NukeBaseBlock,NukeFatManBlock,NukePrototypeBlock
public interface IBomb
Interface for blocks that can be triggered to explode.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionexplode(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos)
-
Method Details
-
explode
IBomb.BombReturnCode explode(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos)
-