Package appeng.api.networking.events
Class GridBootingStatusChange
java.lang.Object
appeng.api.networking.events.GridEvent
appeng.api.networking.events.GridBootingStatusChange
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
True if the grid is now booting, false if it just finished booting.
-
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.
-