Look up a Minecraft class across eras
mc_lookup_classLook up Minecraft class names across Forge/MCP (1.8.9) and Mojang (1.21+) mappings. Returns fully-qualified names and highlights path or rename differences.
Instructions
Given a class concept or partial name (e.g. 'Block', 'TileEntity', 'EntityPlayerMP', 'Level', 'BlockPos'), returns the fully-qualified name in 1.8.9 (Forge/MCP) and modern 1.21+ (Mojang) along with notes on path or rename differences. Always returns top approximate matches even when the query doesn't hit exactly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Concept name or partial class name |