Class InventoryItemAdd

java.lang.Object
com.prineside.tdi2.events.StoppableEvent
com.prineside.tdi2.events.mapEditor.InventoryItemAdd
All Implemented Interfaces:
Event

public final class InventoryItemAdd extends StoppableEvent
  • Constructor Details

    • InventoryItemAdd

      public InventoryItemAdd(Item item, int count)
  • Method Details

    • getItem

      public Item getItem()
    • setItem

      public void setItem(Item item)
    • getCount

      public int getCount()
    • setCount

      public void setCount(int count)
    • isCancelled

      public boolean isCancelled()
    • setCancelled

      public void setCancelled(boolean cancelled)