Class InventoryItemAdd
java.lang.Object
com.prineside.tdi2.events.StoppableEvent
com.prineside.tdi2.events.mapEditor.InventoryItemAdd
- All Implemented Interfaces:
Event
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getCount()
getItem()
boolean
void
setCancelled
(boolean cancelled) void
setCount
(int count) void
Methods inherited from class com.prineside.tdi2.events.StoppableEvent
isStopped, stop
-
Constructor Details
-
InventoryItemAdd
-
-
Method Details
-
getItem
-
setItem
-
getCount
public int getCount() -
setCount
public void setCount(int count) -
isCancelled
public boolean isCancelled() -
setCancelled
public void setCancelled(boolean cancelled)
-