Terraria.Item

Methods

GetGlobalItem(Terraria.ModLoader.Mod,System.String)()
Gets the global item. Use this overload when you dynamically add GlobalItems manually.
GetGlobalItem``1(Terraria.ModLoader.Mod)()
Gets the global item. Use this overload when you know only 1 instance will ever be added by this particular mod.
GetGlobalItem``1()
Gets the global item. Use this overload when you know only 1 instance will ever be added among all mods. 99% of mods should use this.