Class LootModificationHandler
java.lang.Object
net.darkhax.bookshelf.common.impl.data.loot.modifiers.LootModificationHandler
Handles collecting loot pool modifications from various mods and then applying those modifications to loot tables.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessLootTable(net.minecraft.resources.ResourceLocation tableId, net.minecraft.world.level.storage.loot.LootTable table)
-
Field Details
-
HANDLER
-
-
Constructor Details
-
LootModificationHandler
public LootModificationHandler()
-
-
Method Details
-
processLootTable
public void processLootTable(net.minecraft.resources.ResourceLocation tableId, net.minecraft.world.level.storage.loot.LootTable table)
-