This commit is contained in:
PEMapModder 2016-02-18 00:08:44 +08:00
parent 3a184ddf97
commit 21c2e2d429

View File

@ -50,6 +50,13 @@ class PlayerDeathEvent extends EntityDeathEvent{
return $this->entity; return $this->entity;
} }
/**
* @return Player
*/
public function getPlayer(){
return $this->entity;
}
/** /**
* @return TextContainer|string * @return TextContainer|string
*/ */