Package hiiragi283.core.api.data.tag
Class HTBlockTagsProvider
-
- All Implemented Interfaces:
-
net.minecraft.data.DataProvider
public abstract class HTBlockTagsProvider extends HTTagsProvider<Block>
ブロック向けのHTTagsProviderの拡張クラスです。
- Since:
0.8.0
Hiiragi Tsubasa
-
-
Constructor Summary
Constructors Constructor Description HTBlockTagsProvider(String modId, HTDataGenContext context)
-
Method Summary
Modifier and Type Method Description final HTTagBuilder<Block>addBlock(HTTagBuilder<Block> $self, Block block, HTTagDependType type)-
Methods inherited from class hiiragi283.core.api.data.tag.HTBlockTagsProvider
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
-
HTBlockTagsProvider
HTBlockTagsProvider(String modId, HTDataGenContext context)
-
-
Method Detail
-
addBlock
final HTTagBuilder<Block> addBlock(HTTagBuilder<Block> $self, Block block, HTTagDependType type)
-
-
-
-