org.bukkit.event.inventory
Class InventoryCloseEvent

java.lang.Object
  extended by org.bukkit.event.Event
      extended by org.bukkit.event.inventory.InventoryEvent
          extended by org.bukkit.event.inventory.InventoryCloseEvent

public class InventoryCloseEvent
extends InventoryEvent

Represents a player related inventory event


Nested Class Summary
 
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result
 
Field Summary
 
Fields inherited from class org.bukkit.event.inventory.InventoryEvent
transaction
 
Constructor Summary
InventoryCloseEvent(InventoryView transaction)
           
 
Method Summary
static HandlerList getHandlerList()
           
 HandlerList getHandlers()
           
 HumanEntity getPlayer()
          Returns the player involved in this event
 
Methods inherited from class org.bukkit.event.inventory.InventoryEvent
getInventory, getView, getViewers
 
Methods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InventoryCloseEvent

public InventoryCloseEvent(InventoryView transaction)
Method Detail

getPlayer

public final HumanEntity getPlayer()
Returns the player involved in this event

Returns:
Player who is involved in this event

getHandlers

public HandlerList getHandlers()
Overrides:
getHandlers in class InventoryEvent

getHandlerList

public static HandlerList getHandlerList()


Copyright © 2014. All rights reserved.