tModLoader v2024.02
A mod to make and play Terraria mods
PrefixDefinition Class Reference

Inherits EntityDefinition.

Public Member Functions

 PrefixDefinition (int type)
 Note: As ModConfig loads before other content, make sure to only use PrefixDefinition(string, string) for modded content in ModConfig classes.
 
 PrefixDefinition (string key)
 
 PrefixDefinition (string mod, string name)
 
- Public Member Functions inherited from EntityDefinition
 EntityDefinition (string key)
 
 EntityDefinition (string mod, string name)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
TagCompound SerializeData ()
 
override string ToString ()
 
TagCompound SerializeData ()
 

Static Public Member Functions

static PrefixDefinition FromString (string s)
 
static PrefixDefinition Load (TagCompound tag)
 

Static Public Attributes

static readonly Func< TagCompound, PrefixDefinitionDESERIALIZER = Load
 

Properties

override string DisplayName [get]
 
override int Type [get]
 
- Properties inherited from EntityDefinition
virtual string DisplayName [get]
 
virtual bool IsUnloaded [get]
 
abstract int Type [get]
 

Additional Inherited Members

- Public Attributes inherited from EntityDefinition
string Mod
 
string Name