Package hiiragi283.core.api.data.tag
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
Hiiragi Tsubasa
-
-
Field Summary
Fields Modifier and Type Field Description public final static Comparator<TagEntry>COMPARATORprivate final Stringname
-
Constructor Summary
Constructors Constructor Description HTTagsProvider.DataGen(ExistingFileHelper fileHelper, PackOutput output, ResourceKey<out Registry<T>> registryKey, CompletableFuture<HolderLookup.Provider> lookupProvider, String modId)
-
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)
-
-
-
-