Skip to content

Class LookupAnythingHoveredItemConverter

Definition

Namespace: StardewUI.ModIntegration
Assembly: StardewUI.dll

Convert Item to LookupAnythingHoveredSubject

public class LookupAnythingHoveredItemConverter : 
    StardewUI.Framework.Converters.IValueConverter<StardewValley.Item, StardewUI.ModIntegration.LookupAnythingHoveredSubject>, 
    StardewUI.Framework.Converters.IValueConverter

Inheritance
Object ⇦ LookupAnythingHoveredItemConverter

Implements
IValueConverterLookupAnythingHoveredSubject>, IValueConverter

Members

Constructors

Name Description
LookupAnythingHoveredItemConverter()

Methods

Name Description
Convert(Item) Converts a value from the source type to the destination type.

Details

Constructors

LookupAnythingHoveredItemConverter()

public LookupAnythingHoveredItemConverter();

Methods

Convert(Item)

Converts a value from the source type to the destination type.

public StardewUI.ModIntegration.LookupAnythingHoveredSubject Convert(StardewValley.Item value);
Parameters

value   Item
The value to convert.

Returns

LookupAnythingHoveredSubject