blob: 18417876aab45145de8ad34bcdba7256aaa4a24b [file] [log] [blame] [raw]
package appeng.api.me.tiles;
public interface ILocateable
{
/**
* returns the serial for a locateable object.
* @return
*/
long getLocatableSerial();
}