tModLoader v2024.04
A mod to make and play Terraria mods
TagCompound Member List

This is the complete list of members for TagCompound, including all inherited members.

Add(string key, object value) (defined in TagCompound)TagCompound
Add(KeyValuePair< string, object > entry) (defined in TagCompound)TagCompound
Clear() (defined in TagCompound)TagCompound
Clone() (defined in TagCompound)TagCompound
ContainsKey(string key) (defined in TagCompound)TagCompound
Count (defined in TagCompound)TagCompound
Get< T >(string key) (defined in TagCompound)TagCompound
GetAsDouble(string key) (defined in TagCompound)TagCompound
GetAsInt(string key) (defined in TagCompound)TagCompound
GetAsLong(string key) (defined in TagCompound)TagCompound
GetAsShort(string key) (defined in TagCompound)TagCompound
GetBool(string key) (defined in TagCompound)TagCompound
GetByte(string key) (defined in TagCompound)TagCompound
GetByteArray(string key) (defined in TagCompound)TagCompound
GetCompound(string key) (defined in TagCompound)TagCompound
GetDouble(string key) (defined in TagCompound)TagCompound
GetEnumerator() (defined in TagCompound)TagCompound
GetFloat(string key) (defined in TagCompound)TagCompound
GetInt(string key) (defined in TagCompound)TagCompound
GetIntArray(string key) (defined in TagCompound)TagCompound
GetList< T >(string key) (defined in TagCompound)TagCompound
GetLong(string key) (defined in TagCompound)TagCompound
GetShort(string key) (defined in TagCompound)TagCompound
GetString(string key) (defined in TagCompound)TagCompound
Remove(string key) (defined in TagCompound)TagCompound
Set(string key, object value, bool replace=false) (defined in TagCompound)TagCompound
this[string key] (defined in TagCompound)TagCompound
ToString() (defined in TagCompound)TagCompound
TryGet< T >(string key, out T value) (defined in TagCompound)TagCompound