|
TModLoader v1.4.4.9
TModLoader source code documentation
|
Collaboration diagram for Terraria.ModLoader.ContentInstance< T >:Classes | |
| class | ContentEntry |
Static Public Member Functions | |
| static void | Register (object obj) |
Static Package Functions | |
| static void | Link (Type t, Action< object, IEnumerable > update) |
Properties | |
| static T | Instance [get, private set] |
| static IReadOnlyList< T > | Instances [get, private set] |
Static Private Member Functions | |
| static | ContentInstance () |
| static ContentEntry | Factory (Type t) |
| static void | Clear () |
| static | ContentInstance () |
| static void | Update (object instance, IEnumerable instances) |
Static Private Attributes | |
| static ConcurrentDictionary< Type, ContentEntry > | contentByType |
| T | : | class |
Definition at line 96 of file ContentInstance.cs.