Package mindustry.ctype
Class Content.ModContentInfo
java.lang.Object
mindustry.ctype.Content.ModContentInfo
- Enclosing class:
- Content
-
Field Summary
FieldsModifier and TypeFieldDescriptionBase throwable that caused the error.The error that occurred during loading, if applicable.The mod that loaded this piece of content.arc.files.Fi
File that this content was loaded from. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
mod
The mod that loaded this piece of content. -
sourceFile
@Nullable public arc.files.Fi sourceFileFile 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()
-