View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window mapping-mcp-3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.basinmc.plunger.mapping.mcp
├─ org.basinmc.plunger.mapping.mcp.AccessLevelCorrectionBytecodeTransformer.class - [JAR]
├─ org.basinmc.plunger.mapping.mcp.InnerClassConstructorBytecodeTransformer.class - [JAR]
├─ org.basinmc.plunger.mapping.mcp.InnerClassMapping.class - [JAR]
├─ org.basinmc.plunger.mapping.mcp.InnerClassMappingBytecodeTransformer.class - [JAR]
├─ org.basinmc.plunger.mapping.mcp.VariableTableConstructionBytecodeTransformer.class - [JAR]
org.basinmc.plunger.mapping.mcp.parser
├─ org.basinmc.plunger.mapping.mcp.parser.SRGNameMappingParser.class - [JAR]
├─ org.basinmc.plunger.mapping.mcp.parser.SRGParameterNameMappingParser.class - [JAR]