Interface LootTableSubProviderExtension
- All Known Subinterfaces:
LootTableSubProvider
- All Known Implementing Classes:
BlockLootSubProvider, ConditionalLootTableSubProvider, EntityLootSubProvider, TradeRebalanceChestLoot, VanillaArchaeologyLoot, VanillaBlockInteractLoot, VanillaBlockLoot, VanillaChargedCreeperExplosionLoot, VanillaChestLoot, VanillaEntityInteractLoot, 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
-