Class EventType.RulesLoadEvent

java.lang.Object
mindustry.game.EventType.RulesLoadEvent
Enclosing class:
EventType

public static class EventType.RulesLoadEvent extends Object
Called when all rules of the current map are loaded.
  • Field Details

    • rules

      public final Rules rules
    • fromSave

      public final boolean fromSave
  • Constructor Details

    • RulesLoadEvent

      public RulesLoadEvent(Rules rules)
    • RulesLoadEvent

      public RulesLoadEvent(Rules rules, boolean fromSave)