Package de.pauleff.api


package de.pauleff.api
  • Class
    Description
    Interface for NBT compound tags - the workhorse of NBT data structures.
    Interface for NBT list tags - ordered collections of same-type elements.
    Interface for reading NBT data from files with automatic format detection.
    Interface for writing NBT data to files with automatic compression handling.
    ITag<T>
    Base interface for all NBT (Named Binary Tag) structures.
    Factory for creating NBT tags through the public API.
    Factory for creating NBT file I/O handlers with automatic format detection.