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
-
-
Constructor Summary
Constructors Constructor Description HTTagsProvider.GenTask(ResourceKey<out Registry<T>> registryKey)
-
Method Summary
-
Methods inherited from class hiiragi283.core.api.data.HTServerResourceGenTask
accept -
Methods inherited from class hiiragi283.core.api.data.tag.HTTagsProvider
addTagsInternal -
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
-
-