Interface FabricEntityLootTableGenerator


public interface FabricEntityLootTableGenerator
  • Method Summary

    Modifier and Type
    Method
    Description
    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

      default EntityLootTableGenerator withConditions(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..
      Returns:
      a new generator that applies the specified conditions to any loot table it receives, and then forwards the loot tables to this generator