The framework currently provides features for SMAPI mods in the following namespaces:
FelixDev.StardewMods.FeTK.Framework.Services
FelixDev.StardewMods.FeTK.Framework.UI
Note: Some features might also be available for non-SMAPI mods! Please check the specific feature page for more details.
The Services
namespace provides APIs to easily accomplish gameplay related tasks, such as creating and adding mails to the game. Below is a list of currently available services:
The UI
namespace provides APIs to easily create and work with game UI elements, such as creating a LetterViewerMenu
with a list of attached items. Below is a list of currently available APIs: