Interface LootTableSubProviderExtension
- All Known Subinterfaces:
LootTableSubProvider
- All Known Implementing Classes:
BlockLootSubProvider,ConditionalLootTableSubProvider,EntityLootSubProvider,TradeRebalanceChestLoot,VanillaArchaeologyLoot,VanillaBlockLoot,VanillaChestLoot,VanillaEntityLoot,VanillaEquipmentLoot,VanillaFishingLoot,VanillaGiftLoot,VanillaPiglinBarterLoot,VanillaShearingLoot
public interface LootTableSubProviderExtension
-
Method Summary
Modifier and TypeMethodDescriptionprivate LootTableSubProviderself()default LootTableSubProviderwithConditions(List<ICondition> conditions) Builds a wrapper around this provider that adds the provided conditions to all loot tables generated by this provider.
-
Method Details
-
withConditions
Builds a wrapper around this provider that adds the provided conditions to all loot tables generated by this provider. -
self
-