Class GridPowerIdleChange

java.lang.Object
appeng.api.networking.events.GridEvent
appeng.api.networking.events.GridPowerIdleChange

public class GridPowerIdleChange extends GridEvent
Implementers of a IGridBlock must post this event when your getIdlePowerUsage starts returning a new value, if you do not post this event the network will not change the idle draw. you do not need to send this event when your node is added / removed from the grid.
  • Field Details

  • Constructor Details

    • GridPowerIdleChange

      public GridPowerIdleChange(IGridNode nodeThatChanged)