Skip to main content

Class MarketBoardCurrentOfferings.MarketBoardItemListing

This class represents the current market board offering of a single item from the Dalamud.Game.Network.Structures.MarketBoardCurrentOfferings network packet.

Assembly: Dalamud.dll
View Source
Declaration
public class MarketBoardCurrentOfferings.MarketBoardItemListing : IMarketBoardItemListing

Implements:
Dalamud.Game.Network.Structures.IMarketBoardItemListing

Properties

ArtisanId

Gets the artisan ID.

View Source
Declaration
public ulong ArtisanId { get; }

ItemId

Gets the item ID.

View Source
Declaration
public uint ItemId { get; }

CatalogId

Gets the catalog ID.

View Source
Declaration
public uint CatalogId { get; }

IsHq

Gets a value indicating whether the item is HQ.

View Source
Declaration
public bool IsHq { get; }

ItemQuantity

Gets the item quantity.

View Source
Declaration
public uint ItemQuantity { get; }

ListingId

Gets the listing ID.

View Source
Declaration
public ulong ListingId { get; }

Materia

Gets the list of materia attached to this item.

View Source
Declaration
public IReadOnlyList<IItemMateria> Materia { get; }

MateriaCount

Gets the amount of attached materia.

View Source
Declaration
public int MateriaCount { get; }

OnMannequin

Gets a value indicating whether this item is on a mannequin.

View Source
Declaration
public bool OnMannequin { get; }

PricePerUnit

Gets the price per unit.

View Source
Declaration
public uint PricePerUnit { get; }

RetainerCityId

Gets the city ID of the retainer selling the item.

View Source
Declaration
public int RetainerCityId { get; }

RetainerId

Gets the ID of the retainer selling the item.

View Source
Declaration
public ulong RetainerId { get; }

RetainerName

Gets the name of the retainer.

View Source
Declaration
public string RetainerName { get; }

RetainerOwnerId

Gets the ID of the retainer's owner.

View Source
Declaration
public ulong RetainerOwnerId { get; }

Stain1Id

Gets the first stain or applied dye of the item.

View Source
Declaration
public int Stain1Id { get; }

Stain2Id

Gets the second stain or applied dye of the item.

View Source
Declaration
public int Stain2Id { get; }

TotalTax

Gets the total tax.

View Source
Declaration
public uint TotalTax { get; }

Implements