java.lang.Object
java.lang.Record
top.offsetmonkey538.loottablemodifier.common.api.resource.action.entry.EntryItemSetAction
Record Components:
item - the new item to replace the existing one with
All Implemented Interfaces:
LootModifierAction

public record EntryItemSetAction(Item item) extends Record implements LootModifierAction
Sets the item in matched item entries
  • Field Details

  • Constructor Details

    • EntryItemSetAction

      public EntryItemSetAction(Item item)
      Creates an instance of a EntryItemSetAction record class.
      Parameters:
      item - the value for the item record component
  • Method Details