Remove pointless API method from PlayerMoveEvent

This commit is contained in:
Dylan K. Taylor 2017-10-12 19:59:32 +01:00
parent 60b62a4890
commit c4fe9ad32d

View File

@ -53,13 +53,6 @@ class PlayerMoveEvent extends PlayerEvent implements Cancellable{
return $this->from;
}
/**
* @param Location $from
*/
public function setFrom(Location $from){
$this->from = $from;
}
/**
* @return Location
*/