Class Content.ModContentInfo

java.lang.Object
mindustry.ctype.Content.ModContentInfo
Enclosing class:
Content

public static class Content.ModContentInfo extends Object
  • Field Details

    • mod

      The mod that loaded this piece of content.
    • sourceFile

      @Nullable public Fi sourceFile
      File that this content was loaded from.
    • error

      @Nullable public String error
      The error that occurred during loading, if applicable. Null if no error occurred.
    • baseError

      @Nullable public Throwable baseError
      Base throwable that caused the error.
  • Constructor Details

    • ModContentInfo

      public ModContentInfo()