Interface LootTableSubProviderContextExtension
- All Known Subinterfaces:
LootTableSubProvider.Context
- All Known Implementing Classes:
ConditionalLootTableSubProviderContext
public interface LootTableSubProviderContextExtension
-
Method Summary
Modifier and TypeMethodDescriptionprivate LootTableSubProvider.Contextself()default LootTableSubProvider.ContextwithConditions(List<ICondition> conditions) Builds a wrapper around this context that adds the provided conditions to all loot tables registered to this context.
-
Method Details
-
withConditions
Builds a wrapper around this context that adds the provided conditions to all loot tables registered to this context. -
self
-