Package de.pauleff.core


package de.pauleff.core
  • Classes
    Class
    Description
     
    Abstract base class for NBT tags that contain collections of other tags.
    Tag<T>
    Foundation class for all NBT tags, providing core functionality for data storage, identification, and manipulation within the NBT hierarchy.
    Class representing a NBT byte tag.
    Class representing a NBT byte array tag.
    Represents an NBT compound tag - a named collection of heterogeneous tags that forms the backbone of NBT data structures.
    Class representing a NBT double tag.
    Class representing a NBT end tag.
    Class representing a NBT float tag.
    Class representing a NBT int tag.
    Class representing a NBT int array tag.
    Represents an NBT list tag - a homogeneous collection containing multiple tags of the same type, accessed by index rather than name.
    Class representing a NBT long tag.
    Class representing a NBT long array tag.
    Class representing a NBT short tag.
    Class representing a NBT string tag.