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