Interface IRegistryUtil

All Known Implementing Classes:
ForgeRegistryUtil

public interface IRegistryUtil
  • Method Details

    • getElements

      Collection<Element> getElements()
    • getTiers

      Collection<SpellTier> getTiers()
    • getSpells

      Collection<Spell> getSpells()
    • getElement

      @Nullable @Nullable Element getElement(net.minecraft.resources.ResourceLocation location)
    • getTier

      @Nullable @Nullable SpellTier getTier(net.minecraft.resources.ResourceLocation location)
    • getSpell

      @Nullable @Nullable Spell getSpell(net.minecraft.resources.ResourceLocation location)
    • getSpell

      @Nullable @Nullable net.minecraft.resources.ResourceLocation getSpell(Spell spell)
    • getElement

      @Nullable @Nullable net.minecraft.resources.ResourceLocation getElement(Element element)
    • getTier

      @Nullable @Nullable net.minecraft.resources.ResourceLocation getTier(SpellTier tier)