Class SimpleFabricLootTableProvider

java.lang.Object
net.fabricmc.fabric.api.datagen.v1.provider.SimpleFabricLootTableProvider
All Implemented Interfaces:
Consumer<BiConsumer<net.minecraft.util.Identifier,net.minecraft.loot.LootTable.Builder>>, FabricLootTableProvider, net.minecraft.data.DataProvider

public abstract class SimpleFabricLootTableProvider extends Object implements FabricLootTableProvider
  • Field Details

    • dataGenerator

      protected final FabricDataGenerator dataGenerator
    • lootContextType

      protected final net.minecraft.loot.context.LootContextType lootContextType
  • Constructor Details

    • SimpleFabricLootTableProvider

      public SimpleFabricLootTableProvider(FabricDataGenerator dataGenerator, net.minecraft.loot.context.LootContextType lootContextType)
  • Method Details