Interface IRegistryUtil
- All Known Implementing Classes:
ForgeRegistryUtil
public interface IRegistryUtil
-
Method Summary
Modifier and TypeMethodDescription@Nullable net.minecraft.resources.ResourceLocationgetElement(Element element) @Nullable ElementgetElement(net.minecraft.resources.ResourceLocation location) @Nullable net.minecraft.resources.ResourceLocation@Nullable SpellgetSpell(net.minecraft.resources.ResourceLocation location) @Nullable net.minecraft.resources.ResourceLocation@Nullable SpellTiergetTier(net.minecraft.resources.ResourceLocation location) getTiers()
-
Method Details
-
getElements
Collection<Element> getElements() -
getTiers
Collection<SpellTier> getTiers() -
getSpells
Collection<Spell> getSpells() -
getElement
-
getTier
-
getSpell
-
getSpell
-
getElement
-
getTier
-