Interface FabricLootTableProvider

All Superinterfaces:
Consumer<BiConsumer<Identifier,LootTable.Builder>>, DataProvider
All Known Implementing Classes:
FabricBlockLootTableProvider, SimpleFabricLootTableProvider

@NonExtendable public interface FabricLootTableProvider extends Consumer<BiConsumer<Identifier,LootTable.Builder>>, DataProvider
A base interface for Loot table providers. You should not implement this class directly.

FabricBlockLootTableProvider provides additional features specific to block drop loot tables.

Use SimpleFabricLootTableProvider for a simple abstract class that you can implement to handle standard loot table functions.