Class RelicTags

java.lang.Object
com.github.darksoulq.relique.core.RelicTags

public class RelicTags extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.github.darksoulq.abyssallib.server.registry.DeferredRegistry<com.github.darksoulq.abyssallib.world.data.tag.Tag<?,?>>
     
    static final Map<String, com.github.darksoulq.abyssallib.world.data.tag.Tag<?,?>>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    register(String namespace, String id)
     

    Methods inherited from class Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • TAGS

      public static final com.github.darksoulq.abyssallib.server.registry.DeferredRegistry<com.github.darksoulq.abyssallib.world.data.tag.Tag<?,?>> TAGS
    • TAGS_MAP

      public static final Map<String, com.github.darksoulq.abyssallib.world.data.tag.Tag<?,?>> TAGS_MAP
  • Constructor Details

    • RelicTags

      public RelicTags()
  • Method Details

    • register

      public static void register(String namespace, String id)