Class LootPoolMixin
java.lang.Object
top.offsetmonkey538.loottablemodifier.modded.v1201.mixin.LootPoolMixin
- All Implemented Interfaces:
LootElementWithConditions,LootPoolDuck
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<net.minecraft.world.level.storage.loot.predicates.LootItemCondition>List<net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer>List<net.minecraft.world.level.storage.loot.functions.LootItemFunction>voidloot_table_modifier$setConditions(List<net.minecraft.world.level.storage.loot.predicates.LootItemCondition> conditions) voidloot_table_modifier$setEntries(List<net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer> entries) voidloot_table_modifier$setFunctions(List<net.minecraft.world.level.storage.loot.functions.LootItemFunction> functions)
-
Constructor Details
-
LootPoolMixin
public LootPoolMixin()
-
-
Method Details
-
loot_table_modifier$setConditions
public void loot_table_modifier$setConditions(List<net.minecraft.world.level.storage.loot.predicates.LootItemCondition> conditions) - Specified by:
loot_table_modifier$setConditionsin interfaceLootElementWithConditions
-
loot_table_modifier$getConditions
public List<net.minecraft.world.level.storage.loot.predicates.LootItemCondition> loot_table_modifier$getConditions()- Specified by:
loot_table_modifier$getConditionsin interfaceLootElementWithConditions
-
loot_table_modifier$setEntries
public void loot_table_modifier$setEntries(List<net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer> entries) - Specified by:
loot_table_modifier$setEntriesin interfaceLootPoolDuck
-
loot_table_modifier$getEntries
public List<net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer> loot_table_modifier$getEntries()- Specified by:
loot_table_modifier$getEntriesin interfaceLootPoolDuck
-
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 interfaceLootPoolDuck
-
loot_table_modifier$getFunctions
public List<net.minecraft.world.level.storage.loot.functions.LootItemFunction> loot_table_modifier$getFunctions()- Specified by:
loot_table_modifier$getFunctionsin interfaceLootPoolDuck
-