PHP Class pocketmine\event\block\ItemFrameDropItemEvent

Inheritance: extends BlockEvent, implements pocketmine\event\Cancellable
Afficher le fichier Open project: iTXTech/Genisys Class Usage Examples

Méthodes publiques

Свойство Type Description
$handlerList

Méthodes publiques

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

Method Details

__construct() public méthode

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 méthode

public getItem ( )

getItemFrame() public méthode

public getItemFrame ( )

getPlayer() public méthode

public getPlayer ( )

Property Details

$handlerList public_oe static_oe property

public static $handlerList