Interface IMutableScriptRunInfo

All Superinterfaces:
IScriptRunInfo

public interface IMutableScriptRunInfo extends IScriptRunInfo
Mutable version of IScriptRunInfo that allows changing certain information.
Since:
9.1.0
  • Method Details

    • displayBranding

      void displayBranding(boolean displayBranding)
      Sets whether the mod should print its branding message in the log.
      Parameters:
      displayBranding - Whether the branding message should be displayed.
      Since:
      9.1.0
      See Also:
    • dumpClasses

      void dumpClasses(boolean dumpClasses)
      Sets whether the generated classes should be dumped for debugging purposes.
      Parameters:
      dumpClasses - Whether the generated classes should be dumped.
      Since:
      9.1.0
      See Also: