Class GridBootingStatusChange

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

public class GridBootingStatusChange extends GridEvent
Posted by the network when the booting status of the network goes up or down, the change is reflected via IGridNode.isActive() Note: Most machines just need to check IGridNode.isActive()
  • Constructor Details

    • GridBootingStatusChange

      public GridBootingStatusChange(boolean booting)
  • Method Details

    • isBooting

      public boolean isBooting()
      True if the grid is now booting, false if it just finished booting.