Interface LootTableDuck
- All Known Implementing Classes:
LootTableMixin
public interface LootTableDuck
-
Method Summary
Modifier and TypeMethodDescriptionList<net.minecraft.world.level.storage.loot.functions.LootItemFunction>List<net.minecraft.world.level.storage.loot.LootPool>voidloot_table_modifier$setFunctions(List<net.minecraft.world.level.storage.loot.functions.LootItemFunction> functions) voidloot_table_modifier$setPools(List<net.minecraft.world.level.storage.loot.LootPool> pools)
-
Method Details
-
loot_table_modifier$setPools
-
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()
-