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 converter-2.5.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.lenni0451.mcstructs.converter
├─ net.lenni0451.mcstructs.converter.DataConverter.class - [JAR]
├─ net.lenni0451.mcstructs.converter.Result.class - [JAR]
net.lenni0451.mcstructs.converter.impl.v1_20_5
├─ net.lenni0451.mcstructs.converter.impl.v1_20_5.JsonConverter_v1_20_5.class - [JAR]
net.lenni0451.mcstructs.converter.impl.v1_20_3
├─ net.lenni0451.mcstructs.converter.impl.v1_20_3.JsonConverter_v1_20_3.class - [JAR]
├─ net.lenni0451.mcstructs.converter.impl.v1_20_3.NbtConverter_v1_20_3.class - [JAR]
net.lenni0451.mcstructs.converter.codec
├─ net.lenni0451.mcstructs.converter.codec.Codec.class - [JAR]
├─ net.lenni0451.mcstructs.converter.codec.DataDeserializer.class - [JAR]
├─ net.lenni0451.mcstructs.converter.codec.DataSerializer.class - [JAR]
├─ net.lenni0451.mcstructs.converter.codec.Either.class - [JAR]
├─ net.lenni0451.mcstructs.converter.codec.MapCodec.class - [JAR]
├─ net.lenni0451.mcstructs.converter.codec.MapCodecMerger.class - [JAR]
├─ net.lenni0451.mcstructs.converter.codec.NamedType.class - [JAR]
├─ net.lenni0451.mcstructs.converter.codec.ThrowingFunction.class - [JAR]