pocketmine\entity\Entity::getDataPropertyType PHP Méthode

getDataPropertyType() public méthode

public getDataPropertyType ( integer $id ) : integer
$id integer
Résultat integer
    public function getDataPropertyType($id)
    {
        return isset($this->dataProperties[$id]) ? $this->dataProperties[$id][0] : null;
    }