Package mindustry.ctype
Class Content.ModContentInfo
java.lang.Object
mindustry.ctype.Content.ModContentInfo
- Enclosing class:
- Content
-
Field Summary
FieldsModifier and TypeFieldDescriptionIf this was loaded as part of a save, this is the associated content asset.Base throwable that caused the error.The error that occurred during loading, if applicable.The mod that loaded this piece of content.arc.files.FiFile 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. -
asset
If this was loaded as part of a save, this is the associated content asset. Null for mods.
-
-
Constructor Details
-
ModContentInfo
public ModContentInfo()
-