Interface FabricLootTableProvider

All Superinterfaces:
DataProvider, LootTableGenerator
All Known Implementing Classes:
FabricBlockLootTableProvider, SimpleFabricLootTableProvider

@NonExtendable public interface FabricLootTableProvider extends LootTableGenerator, 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.