Skip to content

Class LookupAnythingHoveredNpcConverter

Definition

Namespace: StardewUI.Framework.Converters
Assembly: StardewUI.dll

Convert NPC to LookupAnythingHoveredSubject

public class LookupAnythingHoveredNpcConverter : 
    StardewUI.Framework.Converters.IValueConverter<StardewValley.NPC, StardewUI.ModIntegration.LookupAnythingHoveredSubject>, 
    StardewUI.Framework.Converters.IValueConverter

Inheritance
Object ⇦ LookupAnythingHoveredNpcConverter

Implements
IValueConverterLookupAnythingHoveredSubject>, IValueConverter

Members

Constructors

Name Description
LookupAnythingHoveredNpcConverter()

Methods

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

Details

Constructors

LookupAnythingHoveredNpcConverter()

public LookupAnythingHoveredNpcConverter();

Methods

Convert(NPC)

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

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

value   NPC
The value to convert.

Returns

LookupAnythingHoveredSubject