Skip to content

Item Damage Event

wagyourtail edited this page Jul 5, 2020 · 2 revisions

This event is fired whenever an item damage changes (and a few extra times but I can't figure out why).

This event passes some arguments to javascript which can be accessed by the ArrayList<String, Object> global called args. a list of these properties is:

  • stack: ItemStackHelper representing the item.
  • damage: int of the damage value of the item.
Clone this wiki locally