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 nbt-2.3.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.lenni0451.mcstructs.nbt.tags
├─ net.lenni0451.mcstructs.nbt.tags.ByteArrayTag.class - [JAR]
├─ net.lenni0451.mcstructs.nbt.tags.ByteTag.class - [JAR]
├─ net.lenni0451.mcstructs.nbt.tags.CompoundTag.class - [JAR]
├─ net.lenni0451.mcstructs.nbt.tags.DoubleTag.class - [JAR]
├─ net.lenni0451.mcstructs.nbt.tags.FloatTag.class - [JAR]
├─ net.lenni0451.mcstructs.nbt.tags.IntArrayTag.class - [JAR]
├─ net.lenni0451.mcstructs.nbt.tags.IntTag.class - [JAR]
├─ net.lenni0451.mcstructs.nbt.tags.ListTag.class - [JAR]
├─ net.lenni0451.mcstructs.nbt.tags.LongArrayTag.class - [JAR]
├─ net.lenni0451.mcstructs.nbt.tags.LongTag.class - [JAR]
├─ net.lenni0451.mcstructs.nbt.tags.ShortTag.class - [JAR]
├─ net.lenni0451.mcstructs.nbt.tags.StringTag.class - [JAR]
net.lenni0451.mcstructs.nbt.io
├─ net.lenni0451.mcstructs.nbt.io.NamedTag.class - [JAR]
├─ net.lenni0451.mcstructs.nbt.io.NbtHeader.class - [JAR]
├─ net.lenni0451.mcstructs.nbt.io.NbtIO.class - [JAR]
├─ net.lenni0451.mcstructs.nbt.io.NbtReadTracker.class - [JAR]
net.lenni0451.mcstructs.nbt.io.types
├─ net.lenni0451.mcstructs.nbt.io.types.INbtReader.class - [JAR]
├─ net.lenni0451.mcstructs.nbt.io.types.INbtWriter.class - [JAR]
net.lenni0451.mcstructs.nbt
├─ net.lenni0451.mcstructs.nbt.INbtNumber.class - [JAR]
├─ net.lenni0451.mcstructs.nbt.INbtTag.class - [JAR]
├─ net.lenni0451.mcstructs.nbt.NbtType.class - [JAR]
net.lenni0451.mcstructs.nbt.io.internal
├─ net.lenni0451.mcstructs.nbt.io.internal.NbtReadWrapper.class - [JAR]
├─ net.lenni0451.mcstructs.nbt.io.internal.NbtWriteWrapper.class - [JAR]
net.lenni0451.mcstructs.nbt.io.impl
├─ net.lenni0451.mcstructs.nbt.io.impl.JavaNbtReader.class - [JAR]
├─ net.lenni0451.mcstructs.nbt.io.impl.JavaNbtWriter.class - [JAR]
net.lenni0451.mcstructs.nbt.exceptions
├─ net.lenni0451.mcstructs.nbt.exceptions.NbtReadException.class - [JAR]
├─ net.lenni0451.mcstructs.nbt.exceptions.UnknownTagTypeException.class - [JAR]