PocketMine-MP 5.14.2 git-50e2c469a547a16a23b2dc691e70a51d34e29395
pocketmine\event\inventory\InventoryOpenEvent Class Reference
+ Inheritance diagram for pocketmine\event\inventory\InventoryOpenEvent:
+ Collaboration diagram for pocketmine\event\inventory\InventoryOpenEvent:

Public Member Functions

 __construct (Inventory $inventory, private Player $who)
 
 call ()
 
 getEventName ()
 
 getInventory ()
 
 getPlayer ()
 
 getViewers ()
 
 isCancelled ()
 

Static Public Member Functions

static hasHandlers ()
 

Protected Attributes

string $eventName = null
 

Detailed Description

Definition at line 31 of file InventoryOpenEvent.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\event\inventory\InventoryOpenEvent::__construct ( Inventory  $inventory,
private Player  $who 
)

Definition at line 34 of file InventoryOpenEvent.php.

Member Function Documentation

◆ call()

pocketmine\event\Event::call ( )
inherited

Calls event handlers registered for this event.

Exceptions

RuntimeException if event call recursion reaches the max depth limit

Definition at line 49 of file Event.php.

◆ getEventName()

pocketmine\event\Event::getEventName ( )
finalinherited

Definition at line 40 of file Event.php.

◆ getInventory()

pocketmine\event\inventory\InventoryEvent::getInventory ( )
inherited

Definition at line 38 of file InventoryEvent.php.

◆ getPlayer()

pocketmine\event\inventory\InventoryOpenEvent::getPlayer ( )

Definition at line 41 of file InventoryOpenEvent.php.

◆ getViewers()

pocketmine\event\inventory\InventoryEvent::getViewers ( )
inherited
Returns
Player[]

Definition at line 45 of file InventoryEvent.php.

◆ hasHandlers()

static pocketmine\event\Event::hasHandlers ( )
staticinherited

Returns whether the current class context has any registered global handlers. This can be used in hot code paths to avoid unnecessary event object creation.

Usage: SomeEventClass::hasHandlers()

Definition at line 77 of file Event.php.

◆ isCancelled()

pocketmine\event\Cancellable::isCancelled ( )
inherited

Returns whether this instance of the event is currently cancelled.

If it is cancelled, only downstream handlers that declare @handleCancelled will be called with this event.

Member Data Documentation

◆ $eventName

string pocketmine\event\Event::$eventName = null
protectedinherited

Definition at line 38 of file Event.php.


The documentation for this class was generated from the following file: