Package hiiragi283.core.api.data.tag
Class HTFluidTagsProvider
-
- All Implemented Interfaces:
-
hiiragi283.core.api.data.tag.HTTagsProvider,net.minecraft.data.DataProvider
public abstract class HTFluidTagsProvider extends HTTagsProvider.DataGen<Fluid>
液体向けのHTTagsProviderの拡張クラスです。
- Since:
0.10.0
Hiiragi Tsubasa
-
-
Constructor Summary
Constructors Constructor Description HTFluidTagsProvider(ExistingFileHelper fileHelper, PackOutput output, CompletableFuture<HolderLookup.Provider> lookupProvider, String modId)
-
Method Summary
Modifier and Type Method Description final UnitaddContents(HTTagsProvider.BuilderFactory<Fluid> factory, Sequence<HTFluidContent> contents)final HTTagBuilder<Fluid>addContent(HTTagBuilder<Fluid> $self, HTFluidContent content)final HTTagBuilder<Fluid>addContentTag(HTTagBuilder<Fluid> $self, HTFluidContent content)HTFluidContent.fluidTagに基づいてタグの値を追加します。 -
Methods inherited from class hiiragi283.core.api.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 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
-
HTFluidTagsProvider
HTFluidTagsProvider(ExistingFileHelper fileHelper, PackOutput output, CompletableFuture<HolderLookup.Provider> lookupProvider, String modId)
-
-
Method Detail
-
addContents
final Unit addContents(HTTagsProvider.BuilderFactory<Fluid> factory, Sequence<HTFluidContent> contents)
-
addContent
final HTTagBuilder<Fluid> addContent(HTTagBuilder<Fluid> $self, HTFluidContent content)
-
addContentTag
final HTTagBuilder<Fluid> addContentTag(HTTagBuilder<Fluid> $self, HTFluidContent content)
HTFluidContent.fluidTagに基づいてタグの値を追加します。
- Since:
0.12.0
-
-
-
-