Package net.orbyfied.j8.util.nbt


package net.orbyfied.j8.util.nbt
  • Class
    Description
    A runtime reference to an object which is converted to a compound tag with the data prefixed by the class name to save it persistently.
    A serializer for type T which should define the functionality needed to serialize and deserialize a value of type T to and from a compound tag respectively.
    Utilities for working with Minecraft NBT tags.