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

public interface IBaseCustomMetaTileEntity {

	public boolean doesExplode();
	
}