pocketmine\event\entity\EntityGenerateEvent::getType PHP Method

getType() public method

public getType ( ) : integer
return integer
    public function getType() : int
    {
        return $this->entityType;
    }