Interface LootPoolDuck

All Superinterfaces:
LootElementWithConditions
All Known Implementing Classes:
LootPoolMixin

public interface LootPoolDuck extends LootElementWithConditions
  • Method Details

    • loot_table_modifier$setEntries

      void loot_table_modifier$setEntries(List<net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer> entries)
    • loot_table_modifier$getEntries

      List<net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer> loot_table_modifier$getEntries()
    • loot_table_modifier$setFunctions

      void loot_table_modifier$setFunctions(List<net.minecraft.world.level.storage.loot.functions.LootItemFunction> functions)
    • loot_table_modifier$getFunctions

      List<net.minecraft.world.level.storage.loot.functions.LootItemFunction> loot_table_modifier$getFunctions()