Package me.nullicorn.nedit.type

Types

Link copied to clipboard
public class NBTCompound extends AbstractMap<K, V>
A map-like structure for storing NBT tags associated with unique UTF-8 (modified) names.
Link copied to clipboard
public class NBTList extends AbstractList<E>
An ordered sequence of NBT tags, all with the same TagType.
Link copied to clipboard
public enum TagType
The data-types that make up the NBT format.