Class HTTagsProvider

  • All Implemented Interfaces:
    net.minecraft.data.DataProvider

    
    public abstract class HTTagsProvider<T extends Object>
    extends TagsProvider<T>
                        

    HTTagBuilderを使用するTagsProviderの拡張クラスです。

    • 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

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

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

        contentsGetter
      • Methods inherited from class java.lang.Object

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

      • HTTagsProvider

        HTTagsProvider(PackOutput output, ResourceKey<out Registry<T>> registryKey, CompletableFuture<HolderLookup.Provider> lookupProvider, String modId, ExistingFileHelper existingFileHelper)
        Parameters:
        registryKey - レジストリを表すキー
    • Method Detail