PHP Class pocketmine\event\entity\EntityMoveEvent

Deprecation:
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, Vector3 $pos )
getVector ( )

Method Details

__construct() public method

public __construct ( Entity $entity, Vector3 $pos )
$entity pocketmine\entity\Entity
$pos pocketmine\math\Vector3

getVector() public method

public getVector ( )

Property Details

$handlerList public static property

public static $handlerList