Rivoreo Source Code Repositories
src.rivoreo.one
/
minecraft
/
opencomputers
/
846efa3c2a2d51a16e9f4b1221c976a153af91c6
/
.
/
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
();
}