blob: 20e3e1ecf99e4dbc03dd9c2907dc6df7622b806f [file] [log] [blame] [raw]
package mekanism.api;
/**
* Implement this class in a TileEntity if you wish for it to be able to heat up a Salination Plant.
* @author aidancbrady
*
*/
public interface ISalinationSolar
{
public boolean seesSun();
}