Package appeng.api.networking.energy

Examples of appeng.api.networking.energy.IEnergyWatcherHost


      }
    }

    if ( machine instanceof IEnergyWatcherHost )
    {
      IEnergyWatcherHost swh = (IEnergyWatcherHost) machine;
      EnergyWatcher iw = new EnergyWatcher( this, swh );
      watchers.put( node, iw );
      swh.updateWatcher( iw );
    }

    myGrid.postEventTo( node, new MENetworkPowerStatusChange() );
  }
View Full Code Here

TOP

Related Classes of appeng.api.networking.energy.IEnergyWatcherHost

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.