Interface TagRegistryAccess

All Known Implementing Classes:
PonderTagRegistry

public interface TagRegistryAccess
  • Method Details

    • getRegisteredTag

      PonderTag getRegisteredTag(net.minecraft.resources.ResourceLocation tagLocation)
    • getListedTags

      List<PonderTag> getListedTags()
    • getTags

      Set<PonderTag> getTags(net.minecraft.resources.ResourceLocation item)
    • getItems

      Set<net.minecraft.resources.ResourceLocation> getItems(net.minecraft.resources.ResourceLocation tag)
    • getItems

      Set<net.minecraft.resources.ResourceLocation> getItems(PonderTag tag)