getAllowFlight() public method

public getAllowFlight ( ) : boolean
return boolean
コード例 #1
0
ファイル: Loader.php プロジェクト: mwvent/WattzEssentialsPE
 /**
  * Get the "Can fly" status of a player
  *
  * @param Player $player
  * @return bool
  */
 public function canFly(Player $player)
 {
     return $player->getAllowFlight();
 }