org.bukkit.event.inventory
Class InventoryEvent
java.lang.Object
   org.bukkit.event.Event
org.bukkit.event.Event
       org.bukkit.event.inventory.InventoryEvent
org.bukkit.event.inventory.InventoryEvent
- Direct Known Subclasses: 
- EnchantItemEvent, InventoryCloseEvent, InventoryInteractEvent, InventoryOpenEvent, PrepareItemCraftEvent, PrepareItemEnchantEvent
- public class InventoryEvent 
- extends Event
Represents a player related inventory event
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
transaction
protected InventoryView transaction
InventoryEvent
public InventoryEvent(InventoryView transaction)
getInventory
public Inventory getInventory()
- Gets the primary Inventory involved in this transaction
 
- 
- Returns:
- The upper inventory.
 
getViewers
public List<HumanEntity> getViewers()
- Gets the list of players viewing the primary (upper) inventory involved
 in this event
 
- 
- Returns:
- A list of people viewing.
 
getView
public InventoryView getView()
- Gets the view object itself
 
- 
- Returns:
- InventoryView
 
getHandlers
public HandlerList getHandlers()
- 
- Specified by:
- getHandlersin class- Event
 
- 
 
getHandlerList
public static HandlerList getHandlerList()
- 
 
Copyright © 2014. All rights reserved.