Class HTTagsProvider.GenTask

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final ResourceKey<out Registry<T>> registryKey
    • Constructor Summary

      Constructors 
      Constructor Description
      HTTagsProvider.GenTask(ResourceKey<out Registry<T>> registryKey)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      ResourceKey<out Registry<T>> getRegistryKey()
      final Unit accept(ResourceSink sink)
      • Methods inherited from class hiiragi283.core.api.data.HTServerResourceGenTask

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

        addMaterial, addTags, addTagsInternal, commonTag, commonTag, tag
      • Methods inherited from class java.util.function.BiConsumer

        andThen
      • Methods inherited from class java.lang.Object

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

      • HTTagsProvider.GenTask

        HTTagsProvider.GenTask(ResourceKey<out Registry<T>> registryKey)