PocketMine-MP 5.15.1 git-be6754494fdbbb9dd57c058ba0e33a4a78c4581f
pocketmine\event\entity\ItemSpawnEvent Class Reference
+ Inheritance diagram for pocketmine\event\entity\ItemSpawnEvent:
+ Collaboration diagram for pocketmine\event\entity\ItemSpawnEvent:

Public Member Functions

 __construct (ItemEntity $item)
 
 call ()
 
 getEntity ()
 
 getEventName ()
 

Static Public Member Functions

static hasHandlers ()
 

Protected Attributes

Entity $entity
 
string $eventName = null
 

Detailed Description

Called when an item is spawned or loaded.

Some possible reasons include:

  • item is loaded from disk
  • player dropping an item
  • block drops
  • loot of a player or entity
See also
PlayerDropItemEvent @phpstan-extends EntityEvent<ItemEntity>

Definition at line 40 of file ItemSpawnEvent.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\event\entity\ItemSpawnEvent::__construct ( ItemEntity  $item)

Definition at line 42 of file ItemSpawnEvent.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.

◆ getEntity()

pocketmine\event\entity\ItemSpawnEvent::getEntity ( )
Returns
ItemEntity

Reimplemented from pocketmine\event\entity\EntityEvent.

Definition at line 50 of file ItemSpawnEvent.php.

References pocketmine\event\entity\EntityEvent\$entity.

◆ getEventName()

pocketmine\event\Event::getEventName ( )
finalinherited

Definition at line 40 of file Event.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.

Member Data Documentation

◆ $entity

◆ $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: