Interface IMarketBoardItemListing
An interface that represents the current market board offering of a single item from the Dalamud.Game.Network.Structures.IMarketBoardCurrentOfferings.
Assembly: Dalamud.dll
public interface IMarketBoardItemListing
Derived:
Dalamud.Game.Network.Structures.MarketBoardCurrentOfferings.MarketBoardItemListing
Properties
ArtisanId
Gets the artisan ID.
ulong ArtisanId { get; }
ItemId
Gets the item ID.
uint ItemId { get; }
IsHq
Gets a value indicating whether the item is HQ.
bool IsHq { get; }
ItemQuantity
Gets the item quantity.
uint ItemQuantity { get; }
ListingId
Gets the listing ID.
ulong ListingId { get; }
Materia
Gets the list of materia attached to this item.
IReadOnlyList<IItemMateria> Materia { get; }
MateriaCount
Gets the amount of attached materia.
int MateriaCount { get; }
OnMannequin
Gets a value indicating whether this item is on a mannequin.
bool OnMannequin { get; }
PricePerUnit
Gets the price per unit.
uint PricePerUnit { get; }
RetainerCityId
Gets the city ID of the retainer selling the item.
int RetainerCityId { get; }
RetainerId
Gets the ID of the retainer selling the item.
ulong RetainerId { get; }
RetainerName
Gets the name of the retainer.
string RetainerName { get; }
Stain1Id
Gets the first stain or applied dye of the item.
int Stain1Id { get; }
Stain2Id
Gets the second stain or applied dye of the item.
int Stain2Id { get; }
TotalTax
Gets the total tax.
uint TotalTax { get; }