PHP Class pocketmine\event\player\PlayerFishEvent

Inheritance: extends PlayerEvent, implements pocketmine\event\Cancellable
显示文件 Open project: iTXTech/Genisys Class Usage Examples

Public Properties

Property Type Description
$handlerList

Public Methods

Method Description
__construct ( Player $player, Item $item, $fishingHook = null )
getHook ( )
getItem ( ) : Item

Method Details

__construct() public method

public __construct ( Player $player, Item $item, $fishingHook = null )
$player pocketmine\Player
$item pocketmine\item\Item
$fishingHook

getHook() public method

public getHook ( )

getItem() public method

public getItem ( ) : Item
return pocketmine\item\Item

Property Details

$handlerList public_oe static_oe property

public static $handlerList