Interface IItemMateria
An interface that represents the materia slotted to an Dalamud.Game.Network.Structures.IMarketBoardItemListing.
Assembly: Dalamud.dll
View Source
Declaration
public interface IItemMateria
Properties
Index
Gets the materia index.
View Source
Declaration
int Index { get; }
MateriaId
Gets the materia ID.
View Source
Declaration
int MateriaId { get; }