Class LookupAnythingHoveredItemConverter
Definition
Namespace: StardewUI.Framework.Converters
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
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()
Methods
Convert(Item)
Converts a value from the source type to the destination type.
Parameters
value Item
The value to convert.