blob: e94a98d9a14ebed56ad7d56ea824ade11c9e2390 [file] [log] [blame] [raw]
package mods.railcraft.api.tracks;
/**
* Don't use this, its an interface that allows other API code
* access to internal functions of the code.
*
* @author CovertJaguar <http://www.ModTMechworks.info>
*/
public interface ITrackTile
{
public ITrackInstance getTrackInstance();
public void sendUpdateToClient();
}