Package mindustry.ctype
Class Content.ModContentInfo
java.lang.Object
mindustry.ctype.Content.ModContentInfo
- Enclosing class:
- Content
-
Field Summary
Modifier and TypeFieldDescriptionBase throwable that caused the error.The error that occurred during loading, if applicable.The mod that loaded this piece of content.File that this content was loaded from. -
Constructor Summary
-
Method Summary
-
Field Details
-
mod
The mod that loaded this piece of content. -
sourceFile
File that this content was loaded from. -
error
The error that occurred during loading, if applicable. Null if no error occurred. -
baseError
Base throwable that caused the error.
-
-
Constructor Details
-
ModContentInfo
public ModContentInfo()
-