Package net.minecraft.data.loot
Interface LootTableSubProvider
- All Known Implementing Classes:
BlockLootSubProvider
,EntityLootSubProvider
,TradeRebalanceChestLoot
,UpdateOneTwentyOneBlockLoot
,UpdateOneTwentyOneChestLoot
,VanillaArchaeologyLoot
,VanillaBlockLoot
,VanillaChestLoot
,VanillaEntityLoot
,VanillaFishingLoot
,VanillaGiftLoot
,VanillaPiglinBarterLoot
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
generate
(BiConsumer<ResourceLocation, LootTable.Builder> p_249643_)
-
Method Details
-
generate
-