Package hiiragi283.core.api.data.tag
Class HTTagsProvider
-
- All Implemented Interfaces:
-
net.minecraft.data.DataProvider
public abstract class HTTagsProvider<T extends Object> extends TagsProvider<T>
HTTagBuilderを使用するTagsProviderの拡張クラスです。
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceHTTagsProvider.BuilderFactory
-
Field Summary
Fields Modifier and Type Field Description public final static Comparator<TagEntry>COMPARATORprivate final Stringname
-
Constructor Summary
Constructors Constructor Description HTTagsProvider(PackOutput output, ResourceKey<out Registry<T>> registryKey, CompletableFuture<HolderLookup.Provider> lookupProvider, String modId, ExistingFileHelper existingFileHelper)HTTagsProvider(String modId, ResourceKey<out Registry<T>> registryKey, HTDataGenContext context)
-
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- レジストリを表すキー
-
HTTagsProvider
HTTagsProvider(String modId, ResourceKey<out Registry<T>> registryKey, HTDataGenContext context)
-
-
-
-