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
    Modifier and Type
    Interface
    Description
    static enum 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    explode(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)