package gregtech.api.util.shutdown; import gregtech.api.util.IMachineMessage; public interface ShutDownReason extends IMachineMessage { /** * @return Whether the reason is critical. */ boolean wasCritical(); }