Class HTBlockLootTableProvider

  • All Implemented Interfaces:
    net.minecraft.data.loot.LootTableSubProvider

    
    public abstract class HTBlockLootTableProvider
    extends BlockLootSubProvider
                        

    Hiiragi Coreとそれを前提とするmodで使用されるBlockLootSubProviderの拡張クラスです。

    Since:

    0.1.0

    Author:

    Hiiragi Tsubasa

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Holder<Enchantment> fortune
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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()