Annotation Interface TaggableElementManagerFactory


@Target(TYPE) @Retention(RUNTIME) public @interface TaggableElementManagerFactory
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name of the registry that holds the element that this manager deals with.
  • Element Details

    • value

      String value
      The name of the registry that holds the element that this manager deals with. Examples: - "minecraft:item" for Item - "minecraft:worldgen/biome" for Biome
      Returns:
      The name of the registry that holds the element that this manager deals with.