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 TypeMethodDescriptionintgetCount()getItem()booleanvoidsetCancelled(boolean cancelled) voidsetCount(int count) voidMethods 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)  
 -