Class | Description |
---|---|
NBT |
General utility class for a clean and simple nbt access.
|
NBTBlock |
Helper class to store NBT data to Block Locations.
|
NBTChunk | |
NBTCompound |
Base class representing NMS Compounds.
|
NBTCompoundList |
NBTListCompound implementation for NBTLists |
NBTContainer |
A Standalone
NBTCompound implementation. |
NBTDoubleList |
Double implementation for NBTLists
|
NBTEntity |
NBT class to access vanilla tags from Entities.
|
NBTFile |
NBTCompound implementation backed by a File |
NBTFloatList |
Float implementation for NBTLists
|
NBTGameProfile | |
NBTIntArrayList |
Integer implementation for NBTLists
|
NBTIntegerList |
Integer implementation for NBTLists
|
NBTItem |
NBT class to access vanilla/custom tags on ItemStacks.
|
NBTList<T> |
Abstract List implementation for ListCompounds
|
NBTListCompound |
Cut down version of the
NBTCompound for inside
NBTCompoundList This Compound implementation is missing the ability
for further subCompounds and Lists. |
NBTLongList |
Long implementation for NBTLists
|
NBTPersistentDataContainer | |
NBTReflectionUtil |
Utility class for translating NBTApi calls to reflections into NMS code All
methods are allowed to throw
NbtApiException |
NBTStringList |
String implementation for NBTLists
|
NBTTileEntity |
NBT class to access vanilla tags from TileEntities.
|
NBTUUIDList |
Integer implementation for NBTLists
|
Enum | Description |
---|---|
NBTType |
Enum of all NBT Types Minecraft contains
|
Exception | Description |
---|---|
NbtApiException |
A generic
RuntimeException that can be thrown by most methods in the
NBTAPI. |
Copyright © 2015–2024 tr7zw. All rights reserved.