jar

org.pepsoft.jnbt : JNBT

Maven & Gradle

Apr 21, 2023
1 stars

JNBT · Fork of Graham Edgecombe's Java NBT library for reading and writing the Minecraft Named Binary Tag format.

Table Of Contents

Latest Version

Download org.pepsoft.jnbt : JNBT JAR file - Latest Versions:

All Versions

Download org.pepsoft.jnbt : JNBT JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.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 JNBT-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.jnbt

├─ org.jnbt.ByteArrayTag.class - [JAR]

├─ org.jnbt.ByteTag.class - [JAR]

├─ org.jnbt.CompoundTag.class - [JAR]

├─ org.jnbt.DoubleTag.class - [JAR]

├─ org.jnbt.EndTag.class - [JAR]

├─ org.jnbt.FloatTag.class - [JAR]

├─ org.jnbt.IntArrayTag.class - [JAR]

├─ org.jnbt.IntTag.class - [JAR]

├─ org.jnbt.ListTag.class - [JAR]

├─ org.jnbt.LongArrayTag.class - [JAR]

├─ org.jnbt.LongTag.class - [JAR]

├─ org.jnbt.NBTConstants.class - [JAR]

├─ org.jnbt.NBTInputStream.class - [JAR]

├─ org.jnbt.NBTOutputStream.class - [JAR]

├─ org.jnbt.NBTUtils.class - [JAR]

├─ org.jnbt.NumberTag.class - [JAR]

├─ org.jnbt.ShortTag.class - [JAR]

├─ org.jnbt.StringTag.class - [JAR]

├─ org.jnbt.Tag.class - [JAR]

├─ org.jnbt.XMLTransformer.class - [JAR]