A 
        
            B 
        
            C 
        
            D 
        
            E 
        
            F 
        
            G 
        
            H 
        
            I 
        
            L 
        
            M 
        
            N 
        
            P 
        
            R 
        
            S 
        
            T 
        
            U 
        
            W 
        
        
N
- NbtByte - class in br.com.gamemods.nbtmanipulator
 - A tag which wraps a byte value.
 - NbtByte.Companion - class in br.com.gamemods.nbtmanipulator.NbtByte
 - NbtByteArray - class in br.com.gamemods.nbtmanipulator
 - A tag which wraps a mutable byte array.
 - NbtCompound - class in br.com.gamemods.nbtmanipulator
 - A tag which contains a MutableMap structure associating Strings to NbtTags.
 - NbtDouble - class in br.com.gamemods.nbtmanipulator
 - A tag which wraps a double value.
 - NbtEnd - class in br.com.gamemods.nbtmanipulator
 - A special tag which indicates the end of a compound stream or empty lists.
 - NbtFile - class in br.com.gamemods.nbtmanipulator
 - The root component of a file, it contains a hint for the file name and the first tag in the file.
 - NbtFloat - class in br.com.gamemods.nbtmanipulator
 - A tag which wraps a float value.
 - NbtInt - class in br.com.gamemods.nbtmanipulator
 - A tag which wraps an int value.
 - NbtIntArray - class in br.com.gamemods.nbtmanipulator
 - A tag which wraps a mutable int array.
 - NbtIO - class in br.com.gamemods.nbtmanipulator
 - Contains useful methods do read and write NbtFile from File and InputStream/OutputStream.
 - NbtList - class in br.com.gamemods.nbtmanipulator
 - A tag which contains a MutableList structure of NbtTags.
 - NbtList.Companion - class in br.com.gamemods.nbtmanipulator.NbtList
 - Contains useful methods to create NbtLists from Java.
 - NbtLong - class in br.com.gamemods.nbtmanipulator
 - A tag which wraps a long value.
 - NbtLongArray - class in br.com.gamemods.nbtmanipulator
 - A tag which wraps a mutable long array.
 - NbtShort - class in br.com.gamemods.nbtmanipulator
 - A tag which wraps a short value.
 - NbtString - class in br.com.gamemods.nbtmanipulator
 - A tag which wraps a String value.
 - NbtTag - class in br.com.gamemods.nbtmanipulator
 - The base class for Nbt Tags.
 - NbtUtil - class in br.com.gamemods.nbtmanipulator