PHP Class pocketmine\event\block\ItemFrameDropItemEvent

Inheritance: extends BlockEvent, implements pocketmine\event\Cancellable
Show file Open project: iTXTech/Genisys Class Usage Examples

Public Properties

Property Type Description
$handlerList

Public Methods

Method Description
__construct ( Player $player, Block $block, ItemFrame $itemFrame, Item $item )
getItem ( )
getItemFrame ( )
getPlayer ( )

Method Details

__construct() public method

public __construct ( Player $player, Block $block, ItemFrame $itemFrame, Item $item )
$player pocketmine\Player
$block pocketmine\block\Block
$itemFrame pocketmine\tile\ItemFrame
$item pocketmine\item\Item

getItem() public method

public getItem ( )

getItemFrame() public method

public getItemFrame ( )

getPlayer() public method

public getPlayer ( )

Property Details

$handlerList public static property

public static $handlerList