Class NullItemState
Represents the null item state for items that do not have a state.
Inheritance
System.Object
NullItemState
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public class NullItemState : object, IItemState
Properties
|
Improve this Doc
View Source
Instance
Declaration
public static NullItemState Instance { get; }
Property Value
|
Improve this Doc
View Source
ItemAmount
Declaration
public double ItemAmount { get; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
ItemDurability
Declaration
public double ItemDurability { get; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
ItemQuality
Declaration
public double ItemQuality { get; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
StateData
Declaration
public byte[] StateData { get; }
Property Value
Type |
Description |
System.Byte[] |
|
Implements
Extension Methods