Expansion for IItemStack
Additional methods for easier modification of item stack-related loot tables.
Methods
Adds an ILootModifier for everything that uses this item as a tool, such as block breaking.
Additional parameters that further identify the tool, such as NBT data, damage, or count, are ignored.
Return Type: void
Adds an ILootModifier for everything that uses this item as a tool, such as block breaking, optionally considering its damage.
Additional parameters that further identify the tool, such as NBT data, or count, are ignored.
Return Type: void
Adds an ILootModifier for everything that uses this item as a tool, such as block breaking, optionally considering its damage and count.
Additional parameters that further identify the tool, such as NBT data, are ignored.
Return Type: void
Adds an ILootModifier for everything that uses this item as a tool, such as block breaking, optionally considering its damage, count, and NBT data.
Return Type: void