Class ErrorContent

java.lang.Object
mindustry.ctype.Content
mindustry.type.ErrorContent
All Implemented Interfaces:
Comparable<Content>

public class ErrorContent extends Content
Represents a blank type of content that has an error. Replaces anything that failed to parse.
  • Constructor Details

    • ErrorContent

      public ErrorContent()
  • Method Details

    • getContentType

      public ContentType 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 class Content