java.lang.Object
com.github.minecraftschurlimods.easydatagenlib.api.AbstractDatapackRegistryProvider<PrefabSpell>
com.github.minecraftschurlimods.arsmagicalegacy.api.data.PrefabSpellProvider

public abstract class PrefabSpellProvider extends com.github.minecraftschurlimods.easydatagenlib.api.AbstractDatapackRegistryProvider<PrefabSpell>
  • Field Summary

    Fields inherited from class com.github.minecraftschurlimods.easydatagenlib.api.AbstractDatapackRegistryProvider

    namespace, registryKey
  • Constructor Summary

    Constructors
    Constructor
    Description
    PrefabSpellProvider(String namespace, BiConsumer<String,String> langConsumer)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(String name, String displayName, net.minecraft.resources.ResourceLocation icon, ISpell spell)
     

    Methods inherited from class com.github.minecraftschurlimods.easydatagenlib.api.AbstractDatapackRegistryProvider

    add, add, generate, getLookup, holder, holder, holder, optionalHolder, optionalTag, ownHolder, ownHolder, tag

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • add

      public void add(String name, String displayName, net.minecraft.resources.ResourceLocation icon, ISpell spell)