package com.hbm.interfaces; import net.minecraft.world.World; public interface IBomb { /////////////people //Months later I found this joke again //I'm not even sorry void explode(World world, int x, int y, int z); }