Yarn ↔ Mojang class name translation
mc_mappings_translateTranslates Minecraft class names between Yarn and Mojang mappings to simplify porting mods across Fabric, NeoForge, and Minecraft versions.
Instructions
Given a class name from either Yarn (Fabric) or Mojang official (NeoForge / modern Fabric) mappings, returns the equivalent. Useful when porting between Fabric on Yarn and NeoForge on Mojang, or when reading a wiki snippet that uses the other naming.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Class name (any case, partial OK) |