Package com.github.darksoulq.abyssallib.world.data.tag


package com.github.darksoulq.abyssallib.world.data.tag
  • Class
    Description
    Tag<T,D>
    An abstract representation of a data tag, which functions as a named collection of values.
    A utility class responsible for loading, parsing, and registering data tags from external files.
    TagType<T,D>
    Represents a registry type for a Tag, defining its serialization codec and the factory method used to create new tag instances.