Interface FabricEntityLootTableGenerator
public interface FabricEntityLootTableGenerator
-
Method Summary
Modifier and TypeMethodDescriptiondefault EntityLootTableGeneratorwithConditions(ResourceCondition... conditions) Returns a new generator that applies the specified conditions to any loot table it receives, and then forwards the loot tables to this generator.
-
Method Details
-
withConditions
Returns a new generator that applies the specified conditions to any loot table it receives, and then forwards the loot tables to this generator..- Returns:
- a new generator that applies the specified conditions to any loot table it receives, and then forwards the loot tables to this generator
-