SourceFileType enum

Inheritance

Constructors

SourceFileType()
const

Values

gsonLang → const SourceFileType

Localized file format used in versions 1.13 and above

minecraftLang → const SourceFileType

Localized file format used in versions below 1.12 (inclusive)

patchouli → const SourceFileType
plainText → const SourceFileType

Plain text format Each line of text is a source entry, and the key in the source entry uses the md5 hash value of the source content

customJson → const SourceFileType

Custom json format e.g. Tinkers Construct book...

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<SourceFileType>
A constant List of the values in this enum, in order of their declaration.