jar

net.lenni0451.mcstructs : nbt

Maven & Gradle

Aug 12, 2023
6 stars

MCStructs · A minecraft data structure library with the goal of being compliant with the vanilla client

Table Of Contents

Latest Version

Download net.lenni0451.mcstructs : nbt JAR file - Latest Versions:

All Versions

Download net.lenni0451.mcstructs : nbt JAR file - All Versions:

Version Vulnerabilities Size Updated
2.3.x
2.2.x
2.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. 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]

Advertisement