Class HTTagsProvider.DataGen

  • All Implemented Interfaces:
    hiiragi283.core.api.data.tag.HTTagsProvider , net.minecraft.data.DataProvider

    
    public abstract class HTTagsProvider.DataGen<T extends Object>
    extends TagsProvider<T> implements HTTagsProvider<T>
                        

    HTTagsProviderに基づいてTagsProviderを実装した抽象クラスです。

    Since:

    0.10.0

    Author:

    Hiiragi Tsubasa

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      HTTagsProvider.DataGen(ExistingFileHelper fileHelper, PackOutput output, ResourceKey<out Registry<T>> registryKey, CompletableFuture<HolderLookup.Provider> lookupProvider, String modId)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class hiiragi283.core.api.data.tag.HTTagsProvider.DataGen

        getName
      • Methods inherited from class net.minecraft.data.DataProvider

        run
      • Methods inherited from class net.minecraft.data.tags.TagsProvider

        contentsGetter
      • Methods inherited from class hiiragi283.core.api.data.tag.HTTagsProvider

        addTagsInternal
      • Methods inherited from class java.lang.Object

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

      • HTTagsProvider.DataGen

        HTTagsProvider.DataGen(ExistingFileHelper fileHelper, PackOutput output, ResourceKey<out Registry<T>> registryKey, CompletableFuture<HolderLookup.Provider> lookupProvider, String modId)
    • Method Detail