Class PonderTagRegistry

java.lang.Object
net.createmod.ponder.foundation.registration.PonderTagRegistry
All Implemented Interfaces:
TagRegistryAccess

public class PonderTagRegistry extends Object implements TagRegistryAccess
  • Constructor Details

  • Method Details

    • clearRegistry

      public void clearRegistry()
    • registerTag

      public void registerTag(PonderTag tag)
    • listTag

      public void listTag(PonderTag tag)
    • addTagToComponent

      public void addTagToComponent(net.minecraft.resources.ResourceLocation tag, net.minecraft.resources.ResourceLocation item)
    • getRegisteredTag

      public PonderTag getRegisteredTag(net.minecraft.resources.ResourceLocation tagLocation)
      Specified by:
      getRegisteredTag in interface TagRegistryAccess
    • getListedTags

      public List<PonderTag> getListedTags()
      Specified by:
      getListedTags in interface TagRegistryAccess
    • getTags

      public Set<PonderTag> getTags(net.minecraft.resources.ResourceLocation item)
      Specified by:
      getTags in interface TagRegistryAccess
    • getItems

      public Set<net.minecraft.resources.ResourceLocation> getItems(net.minecraft.resources.ResourceLocation tag)
      Specified by:
      getItems in interface TagRegistryAccess
    • getItems

      public Set<net.minecraft.resources.ResourceLocation> getItems(PonderTag tag)
      Specified by:
      getItems in interface TagRegistryAccess