Skip to main content

Class MateriaEntry

A record to hold easy information about a given piece of Materia.

Assembly: Dalamud.dll
View Source
Declaration
public record MateriaEntry : IEquatable<MateriaEntry>

Implements:
System.IEquatable<Dalamud.Game.Inventory.Records.MateriaEntry>

Properties

Type

Gets the Lumina row for this Materia.

View Source
Declaration
public RowRef<Materia> Type { get; }

Grade

Gets the Lumina row for this Materia's grade.

View Source
Declaration
public RowRef<MateriaGrade> Grade { get; }

Implements

  • System.IEquatable<Dalamud.Game.Inventory.Records.MateriaEntry>