Package hiiragi283.core.api.data.loot
Class HTBlockLootTableProvider
-
- All Implemented Interfaces:
-
net.minecraft.data.loot.LootTableSubProvider
public abstract class HTBlockLootTableProvider extends BlockLootSubProviderHiiragi Coreとそれを前提とするmodで使用されるBlockLootSubProviderの拡張クラスです。
- Since:
0.1.0
Hiiragi Tsubasa
-
-
Field Summary
Fields Modifier and Type Field Description private final Holder<Enchantment>fortune
-
Constructor Summary
Constructors Constructor Description HTBlockLootTableProvider(String modId, HolderLookup.Provider registries)
-
Method Summary
Modifier and Type Method Description final Holder<Enchantment>getFortune()-
Methods inherited from class net.minecraft.data.loot.BlockLootSubProvider
createAttachedStemDrops, createSingleItemTable, createStemDrops -
Methods inherited from class net.minecraft.data.loot.LootTableSubProvider
generate -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
HTBlockLootTableProvider
HTBlockLootTableProvider(String modId, HolderLookup.Provider registries)
-
-
Method Detail
-
getFortune
final Holder<Enchantment> getFortune()
-
-
-
-