package com.hbm.tileentity; import net.minecraft.world.World; public interface IOverpressurable { public void explode(World world, int x, int y, int z); }