Constructors

Link copied to clipboard
private constructor()

Entries

Link copied to clipboard

Runtime names == source (mojmap) names: every loader on 26.1+ (MC ships unobfuscated from there), NeoForge production, all-loader dev. No remap.

Link copied to clipboard

Fabric production, ≤1.21 only: classes + members are intermediary (class_/method_/field_). Remap all. 26.1+ ships unobfuscated, so Loom stops remapping and Fabric is MOJMAP there.

Link copied to clipboard

Forge production <1.20.5 "Mixed SRG": class names mojmap, methods/fields SRG (m_/f_). Remap members.

Link copied to clipboard

Spigot / Paper <1.20.5: class names mojmap, methods/fields official obf (a/b). Remap members. Unlike SRG, an obf name is unique only WITH its descriptor — hence tiny v2, not forge's TSRG2.

Link copied to clipboard

Probe fell through — refuse to remap and say so, rather than guess and crash.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.