Namespace Dalamud.Game.Network.Structures
Classes
MarketBoardCurrentOfferings
This class represents the current market board offerings from a game network packet.
MarketBoardCurrentOfferings.MarketBoardItemListing
This class represents the current market board offering of a single item from the Dalamud.Game.Network.Structures.MarketBoardCurrentOfferings network packet.
MarketBoardCurrentOfferings.MarketBoardItemListing.ItemMateria
This represents the materia slotted to an Dalamud.Game.Network.Structures.MarketBoardCurrentOfferings.MarketBoardItemListing.
MarketBoardHistory
This class represents the market board history from a game network packet.
MarketBoardHistory.MarketBoardHistoryListing
This class represents the market board history of a single item from the Dalamud.Game.Network.Structures.MarketBoardHistory network packet.
MarketBoardPurchase
Represents market board purchase information. This message is received from the server when a purchase is made at a market board.
MarketBoardPurchaseHandler
Represents market board purchase information. This message is sent from the client when a purchase is made at a market board.
MarketTaxRates
This class represents the "Result Dialog" packet. This is also used e.g. for reduction results, but we only care about tax rates. We can do that by checking the "Category" field.
Interfaces
IItemMateria
An interface that represents the materia slotted to an Dalamud.Game.Network.Structures.IMarketBoardItemListing.
IMarketBoardCurrentOfferings
An interface that represents the current market board offerings.
IMarketBoardHistory
An interface that represents the market board history from the game.
IMarketBoardHistoryListing
An interface that represents the market board history of a single item from Dalamud.Game.Network.Structures.IMarketBoardHistory.
IMarketBoardItemListing
An interface that represents the current market board offering of a single item from the Dalamud.Game.Network.Structures.IMarketBoardCurrentOfferings.
IMarketBoardPurchase
An interface that represents market board purchase information. This message is received from the server when a purchase is made at a market board.
IMarketBoardPurchaseHandler
An interface that represents market board purchase information. This message is sent from the client when a purchase is made at a market board.
IMarketTaxRates
An interface that represents the tax rates received by the client when interacting with a retainer vocate.