reworked class transformer

This commit is contained in:
octarine-noise
2014-06-27 22:14:07 +02:00
parent 3bd402b964
commit 30f199e9a2
6 changed files with 160 additions and 58 deletions

View File

@@ -22,6 +22,12 @@ public class DeobfNames {
/** Obfuscated signature of BlockRenderTypeOverride.getRenderType(Block) */
public static final String BRTO_GRT_SIG_OBF = "(Lahu;)I";
/** MCP signature of BlockRenderTypeOverride.getRenderType(Block) */
public static final String BRTO_GRTO_SIG_MCP = "(ILnet/minecraft/block/Block;)I";
/** Obfuscated signature of BlockRenderTypeOverride.getRenderType(Block) */
public static final String BRTO_GRTO_SIG_OBF = "(ILahu;)I";
/** MCP name of SimpleReloadableResourceManager.domainResourceManagers */
public static final String SRRM_DRM_MCP = "domainResourceManagers";