Package hiiragi283.lib.data.tag
Class HTFluidTagsProvider
-
- All Implemented Interfaces:
-
net.minecraft.data.DataProvider
public abstract class HTFluidTagsProvider extends HTIdLikeTagsProvider<Fluid>
-
-
Constructor Summary
Constructors Constructor Description HTFluidTagsProvider(PackOutput output, CompletableFuture<HolderLookup.Provider> lookupProvider, String modId)
-
Method Summary
Modifier and Type Method Description final UnitaddContents(Sequence<HTFluidContent> contents)-
Methods inherited from class hiiragi283.lib.data.tag.HTFluidTagsProvider
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
-
HTFluidTagsProvider
HTFluidTagsProvider(PackOutput output, CompletableFuture<HolderLookup.Provider> lookupProvider, String modId)
-
-
Method Detail
-
addContents
final Unit addContents(Sequence<HTFluidContent> contents)
-
-
-
-