Package hiiragi283.core.api.data.tag
Class HTTagsProvider.GenTask
-
- All Implemented Interfaces:
-
hiiragi283.core.api.data.HTServerResourceGenTask,hiiragi283.core.api.data.tag.HTTagsProvider,java.util.function.BiConsumer,net.mehvahdjukaar.moonlight.api.resources.pack.ResourceGenTask
public abstract class HTTagsProvider.GenTask<T extends Object> implements HTTagsProvider<T>, HTServerResourceGenTask
HTTagsProviderに基づいてHTServerResourceGenTaskを実装した抽象クラスです。
- Since:
0.10.0
Hiiragi Tsubasa
-
-
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)
-
Method Summary
Modifier and Type Method Description ResourceKey<out Registry<T>>getRegistryKey()final Unitaccept(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)
-
-
Method Detail
-
getRegistryKey
ResourceKey<out Registry<T>> getRegistryKey()
-
-
-
-