Rivoreo Source Code Repositories
src.rivoreo.one
/
minecraft
/
opencomputers
/
331e89abf93c0f6b038b9cdb1abdc10de143ac51
/
.
/
src
/
main
/
optional
/
appeng
/
api
/
me
/
tiles
/
IFulllyOptionalMETile.java
blob: 664bd2282215eca6f0544fd1c6e58235e015e5a1 [
file
] [
log
] [
blame
] [
raw
]
package
appeng
.
api
.
me
.
tiles
;
/**
* Cables will disconnect if its not enabled,
* this means that they will fail to appear connected, example - MAC
*/
public
interface
IFulllyOptionalMETile
extends
IOptionalMETile
{
boolean
isSeperated
();
}