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
public class MarketBoardCurrentOfferings.MarketBoardItemListing : IMarketBoardItemListing
Implements:
Dalamud.Game.Network.Structures.IMarketBoardItemListing
Properties
ArtisanId
Gets the artisan ID.
View Source
public ulong ArtisanId { get; }
ItemId
Gets the item ID.
View Source
public uint ItemId { get; }
CatalogId
Gets the catalog ID.
View Source
public uint CatalogId { get; }
IsHq
Gets a value indicating whether the item is HQ.
View Source
public bool IsHq { get; }
ItemQuantity
Gets the item quantity.
View Source
public uint ItemQuantity { get; }
ListingId
Gets the listing ID.
View Source
public ulong ListingId { get; }
Materia
Gets the list of materia attached to this item.
View Source
public IReadOnlyList<IItemMateria> Materia { get; }
MateriaCount
Gets the amount of attached materia.
View Source
public int MateriaCount { get; }
OnMannequin
Gets a value indicating whether this item is on a mannequin.
View Source
public bool OnMannequin { get; }
PricePerUnit
Gets the price per unit.
View Source
public uint PricePerUnit { get; }
RetainerCityId
Gets the city ID of the retainer selling the item.
View Source
public int RetainerCityId { get; }
RetainerId
Gets the ID of the retainer selling the item.
View Source
public ulong RetainerId { get; }
RetainerName
Gets the name of the retainer.
View Source
public string RetainerName { get; }
RetainerOwnerId
Gets the ID of the retainer's owner.
View Source
public ulong RetainerOwnerId { get; }
Stain1Id
Gets the first stain or applied dye of the item.
View Source
public int Stain1Id { get; }
Stain2Id
Gets the second stain or applied dye of the item.
View Source
public int Stain2Id { get; }
TotalTax
Gets the total tax.
View Source
public uint TotalTax { get; }