TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches
Terraria.ModLoader.ContentInstance< T > Class Template Reference
+ 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, ContentEntrycontentByType
 

Detailed Description

Type Constraints
T :class 

Definition at line 96 of file ContentInstance.cs.


The documentation for this class was generated from the following file: