Class ModifierSpecificExpandLootTable
java.lang.Object
com.blamejared.crafttweaker.natives.loot.modifier.ModifierSpecificExpandLootTable
Additional methods for easier modification of a specific loot table.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddLootModifier(net.minecraft.world.level.storage.loot.LootTable internal, String name, ILootModifier modifier) Adds anILootModifierto this loot table, with the given name.
-
Constructor Details
-
ModifierSpecificExpandLootTable
public ModifierSpecificExpandLootTable()
-
-
Method Details
-
addLootModifier
public static void addLootModifier(net.minecraft.world.level.storage.loot.LootTable internal, String name, ILootModifier modifier) Adds anILootModifierto this loot table, with the given name.- Parameters:
internal- The loot table to add the loot modifier to.name- The name of the loot modifier to add.modifier- The loot modifier to add.
-