|
tModLoader v0.11.8.9
A mod to make and play Terraria mods
|
ItemDefinition represents an Item identity. A typical use for this class is usage in ModConfig, perhapse to facilitate an Item tweaking mod. More...
Inheritance diagram for Terraria.ModLoader.Config.ItemDefinition:
Collaboration diagram for Terraria.ModLoader.Config.ItemDefinition:Public Member Functions | |
| ItemDefinition () | |
| ItemDefinition (int type) | |
| ItemDefinition (string key) | |
| ItemDefinition (string mod, string name) | |
Public Member Functions inherited from Terraria.ModLoader.Config.EntityDefinition | |
| 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 ItemDefinition | FromString (string s) |
| static ItemDefinition | Load (TagCompound tag) |
Static Public Attributes | |
| static readonly Func< TagCompound, ItemDefinition > | DESERIALIZER = Load |
Properties | |
| override int | Type [get] |
Properties inherited from Terraria.ModLoader.Config.EntityDefinition | |
| bool | IsUnloaded [get] |
| abstract int | Type [get] |
Additional Inherited Members | |
Public Attributes inherited from Terraria.ModLoader.Config.EntityDefinition | |
| string | mod |
| string | name |
ItemDefinition represents an Item identity. A typical use for this class is usage in ModConfig, perhapse to facilitate an Item tweaking mod.
Definition at line 74 of file EntityDefinition.cs.
| Terraria.ModLoader.Config.ItemDefinition.ItemDefinition | ( | ) |
Definition at line 76 of file EntityDefinition.cs.
| Terraria.ModLoader.Config.ItemDefinition.ItemDefinition | ( | int | type | ) |
Definition at line 78 of file EntityDefinition.cs.
| Terraria.ModLoader.Config.ItemDefinition.ItemDefinition | ( | string | key | ) |
Definition at line 80 of file EntityDefinition.cs.
| Terraria.ModLoader.Config.ItemDefinition.ItemDefinition | ( | string | mod, |
| string | name | ||
| ) |
Definition at line 82 of file EntityDefinition.cs.
|
static |
|
static |
|
static |
Definition at line 89 of file EntityDefinition.cs.
|
get |
Definition at line 85 of file EntityDefinition.cs.