package gtPlusPlus.api.thermal.energy;

import net.minecraftforge.common.util.ForgeDirection;

public interface IThermalConnection {
	boolean canConnectThermalEnergy(ForgeDirection arg0);
}