package com.hbm.interfaces; import net.minecraft.world.World; public interface IBomb { /////////////people void explode(World world, int x, int y, int z); }