Class AbstractRegistryDataProvider<T>

java.lang.Object
com.github.minecraftschurlimods.easydatagenlib.api.AbstractDatapackRegistryProvider<T>
com.github.minecraftschurlimods.arsmagicalegacy.api.data.AbstractRegistryDataProvider<T>
Direct Known Subclasses:
AltarMaterialProvider

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

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

    namespace, registryKey
  • Constructor Summary

    Constructors
    Constructor
    Description
    AbstractRegistryDataProvider(net.minecraft.resources.ResourceKey<? extends net.minecraft.core.Registry<T>> registryKey, String namespace)
     
  • Method Summary

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

    generate

    Methods inherited from class java.lang.Object

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

    • AbstractRegistryDataProvider

      public AbstractRegistryDataProvider(net.minecraft.resources.ResourceKey<? extends net.minecraft.core.Registry<T>> registryKey, String namespace)