Interface LootTableDuck

All Known Implementing Classes:
LootTableMixin

public interface LootTableDuck
  • Method Details

    • loot_table_modifier$setPools

      void loot_table_modifier$setPools(List<net.minecraft.world.level.storage.loot.LootPool> pools)
    • loot_table_modifier$getPools

      List<net.minecraft.world.level.storage.loot.LootPool> loot_table_modifier$getPools()
    • 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()