Class LootTableMixin
java.lang.Object
top.offsetmonkey538.loottablemodifier.modded.v1201.mixin.LootTableMixin
- All Implemented Interfaces:
LootTableDuck
-
Constructor Summary
Constructors -
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)
-
Constructor Details
-
LootTableMixin
public LootTableMixin()
-
-
Method Details
-
loot_table_modifier$setPools
public void loot_table_modifier$setPools(List<net.minecraft.world.level.storage.loot.LootPool> pools) - Specified by:
loot_table_modifier$setPoolsin interfaceLootTableDuck
-
loot_table_modifier$getPools
- Specified by:
loot_table_modifier$getPoolsin interfaceLootTableDuck
-
loot_table_modifier$setFunctions
public void loot_table_modifier$setFunctions(List<net.minecraft.world.level.storage.loot.functions.LootItemFunction> functions) - Specified by:
loot_table_modifier$setFunctionsin interfaceLootTableDuck
-
loot_table_modifier$getFunctions
public List<net.minecraft.world.level.storage.loot.functions.LootItemFunction> loot_table_modifier$getFunctions()- Specified by:
loot_table_modifier$getFunctionsin interfaceLootTableDuck
-