Rivoreo Source Code Repositories
src.rivoreo.one
/
minecraft
/
opencomputers
/
4cb5c1bf41bc6f42cd1a3cb0970cb509dad6aed3
/
.
/
src
/
main
/
optional
/
mods
/
immibis
/
redlogic
/
api
/
wiring
/
IBundledUpdatable.java
blob: 72ad135113778ad770308efa22d3473242ca93fd [
file
] [
log
] [
blame
] [
raw
]
package
mods
.
immibis
.
redlogic
.
api
.
wiring
;
/**
* Implemented by tile entities that need to be notified when a connected bundled cable changes state.
*/
public
interface
IBundledUpdatable
{
public
void
onBundledInputChanged
();
}