PHP Class pocketmine\event\entity\EntityLevelChangeEvent

Inheritance: extends EntityEvent, implements pocketmine\event\Cancellable
Afficher le fichier Open project: ClearSkyTeam/ClearSky Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
__construct ( Entity $entity, Level $originLevel, Level $targetLevel )
getOrigin ( )
getTarget ( )

Method Details

__construct() public méthode

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

getOrigin() public méthode

public getOrigin ( )

getTarget() public méthode

public getTarget ( )

Property Details

$handlerList public_oe static_oe property

public static $handlerList