aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/xmod/gregtech/api/interfaces/IBaseCustomMetaTileEntity.java
blob: e210dfb487af04935a67523a7a202d08a1d6c94e (plain)
1
2
3
4
5
6
package gtPlusPlus.xmod.gregtech.api.interfaces;

public interface IBaseCustomMetaTileEntity {

    public boolean doesExplode();
}