PHP Class pocketmine\event\player\PlayerMoveEvent

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

Public Properties

Property Type Description
$handlerList

Public Methods

Method Description
__construct ( Player $player, Location $from, Location $to )
getFrom ( )
getTo ( )
setFrom ( Location $from )
setTo ( Location $to )

Method Details

__construct() public method

public __construct ( Player $player, Location $from, Location $to )
$player pocketmine\Player
$from pocketmine\level\Location
$to pocketmine\level\Location

getFrom() public method

public getFrom ( )

getTo() public method

public getTo ( )

setFrom() public method

public setFrom ( Location $from )
$from pocketmine\level\Location

setTo() public method

public setTo ( Location $to )
$to pocketmine\level\Location

Property Details

$handlerList public static property

public static $handlerList