tModLoader v2026.02
A mod to make and play Terraria mods
IAutoload< TImpl > Interface Template Reference

Generalized marker interface for autoloading. The corresponding TImpl .IAutoloader.Autoload(Mod, Type) method will be called on all non-abstract subtypes which implement this interface More...

Detailed Description

Generalized marker interface for autoloading. The corresponding TImpl .IAutoloader.Autoload(Mod, Type) method will be called on all non-abstract subtypes which implement this interface

Template Parameters
TImplConcrete type containing a static IAutoloader.Autoload(Mod, Type) implementation method
Type Constraints
TImpl :IAutoloader