ItemDefinition represents an Item identity. A typical use for this class is usage in ModConfig, perhapse to facilitate an Item tweaking mod.
More...
Inherits Terraria.ModLoader.Config.EntityDefinition.
|
| ItemDefinition (int type) |
|
| ItemDefinition (string key) |
|
| ItemDefinition (string mod, string name) |
|
| EntityDefinition (string key) |
|
| EntityDefinition (string mod, string name) |
|
override bool | Equals (object obj) |
|
override int | GetHashCode () |
|
TagCompound | SerializeData () |
|
override string | ToString () |
|
TagCompound | SerializeData () |
|
|
override int | Type [get] |
|
bool | IsUnloaded [get] |
|
abstract int | Type [get] |
|
ItemDefinition represents an Item identity. A typical use for this class is usage in ModConfig, perhapse to facilitate an Item tweaking mod.