Class LootPoolEntryMixin
java.lang.Object
top.offsetmonkey538.loottablemodifier.modded.v1201.mixin.LootPoolEntryMixin
- All Implemented Interfaces:
LootElementWithConditions
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected net.minecraft.world.level.storage.loot.predicates.LootItemCondition[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<net.minecraft.world.level.storage.loot.predicates.LootItemCondition>voidloot_table_modifier$setConditions(List<net.minecraft.world.level.storage.loot.predicates.LootItemCondition> conditions)
-
Field Details
-
conditions
protected net.minecraft.world.level.storage.loot.predicates.LootItemCondition[] conditions
-
-
Constructor Details
-
LootPoolEntryMixin
public LootPoolEntryMixin()
-
-
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
-