pocketmine\inventory\InventoryType::getNetworkType PHP Method

getNetworkType() public method

public getNetworkType ( ) : integer
return integer
    public function getNetworkType()
    {
        return $this->typeId;
    }