pocketmine\entity\Ocelot::setCatType PHP Метод

setCatType() публичный Метод

public setCatType ( integer $type )
$type integer
    public function setCatType(int $type)
    {
        $this->namedtag->CatType = new ByteTag("CatType", $type);
    }