Package mindustry.type
Class ErrorContent
java.lang.Object
mindustry.ctype.Content
mindustry.type.ErrorContent
- All Implemented Interfaces:
Comparable<Content>
Represents a blank type of content that has an error. Replaces anything that failed to parse.
-
Nested Class Summary
Nested classes/interfaces inherited from class mindustry.ctype.Content
Content.ModContentInfo
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the type name of this piece of content.
-
Constructor Details
-
ErrorContent
public ErrorContent()
-
-
Method Details
-
getContentType
Description copied from class:Content
Returns the type name of this piece of content. This should return the same value for all instances of this content type.- Specified by:
getContentType
in classContent
-