Skip to main content
Version: 14.x (API 14) [Legacy]

Class MarketBoardCurrentOfferings.MarketBoardItemListing.ItemMateria

This represents the materia slotted to an Dalamud.Game.Network.Structures.MarketBoardCurrentOfferings.MarketBoardItemListing.

Assembly: Dalamud.dll
Declaration
public class MarketBoardCurrentOfferings.MarketBoardItemListing.ItemMateria : IItemMateria

Implements:
Dalamud.Game.Network.Structures.IItemMateria

Properties

Index

Gets the materia index.

Declaration
public int Index { get; }

MateriaId

Gets the materia ID.

Declaration
public int MateriaId { get; }

Implements