getAllowFlight() public méthode

public getAllowFlight ( ) : boolean
Résultat boolean
Exemple #1
0
 /**
  * Get the "Can fly" status of a player
  *
  * @param Player $player
  * @return bool
  */
 public function canFly(Player $player)
 {
     return $player->getAllowFlight();
 }