PHP Class pocketmine\event\entity\EntityLevelChangeEvent

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

Public Properties

Property Type Description
$handlerList

Public Methods

Method Description
__construct ( Entity $entity, Level $originLevel, Level $targetLevel )
getOrigin ( )
getTarget ( )

Method Details

__construct() public method

public __construct ( Entity $entity, Level $originLevel, Level $targetLevel )
$entity pocketmine\entity\Entity
$originLevel pocketmine\level\Level
$targetLevel pocketmine\level\Level

getOrigin() public method

public getOrigin ( )

getTarget() public method

public getTarget ( )

Property Details

$handlerList public static property

public static $handlerList