Rivoreo Source Code Repositories
src.rivoreo.one
/
minecraft
/
opencomputers
/
331e89abf93c0f6b038b9cdb1abdc10de143ac51
/
.
/
src
/
main
/
optional
/
appeng
/
api
/
me
/
tiles
/
ILocateable.java
blob: 18417876aab45145de8ad34bcdba7256aaa4a24b [
file
] [
log
] [
blame
] [
raw
]
package
appeng
.
api
.
me
.
tiles
;
public
interface
ILocateable
{
/**
* returns the serial for a locateable object.
* @return
*/
long
getLocatableSerial
();
}