PHP Class pocketmine\event\entity\EntityDrinkPotionEvent

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

Public Properties

Property Type Description
$handlerList

Public Methods

Method Description
__construct ( Entity $entity, Potion $potion )
getEffects ( )
getPotion ( )

Method Details

__construct() public method

public __construct ( Entity $entity, Potion $potion )
$entity pocketmine\entity\Entity
$potion pocketmine\item\Potion

getEffects() public method

public getEffects ( )

getPotion() public method

public getPotion ( )

Property Details

$handlerList public static property

public static $handlerList