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