PHP Class pocketmine\event\player\PlayerBucketFillEvent

Inheritance: extends PlayerBucketEvent
Show file Open project: ClearSkyTeam/ClearSky Class Usage Examples

Public Properties

Property Type Description
$handlerList

Public Methods

Method Description
__construct ( Player $who, Block $blockClicked, $blockFace, Item $bucket, Item $itemInHand )

Method Details

__construct() public method

public __construct ( Player $who, Block $blockClicked, $blockFace, Item $bucket, Item $itemInHand )
$who pocketmine\Player
$blockClicked pocketmine\block\Block
$bucket pocketmine\item\Item
$itemInHand pocketmine\item\Item

Property Details

$handlerList public static property

public static $handlerList