• Item
  • Properties
  • public ModItem modItem
  • Methods
  • public ItemInfo GetModInfo(Mod mod, string name)
  • public T GetModInfo<T>(Mod mod) where T : ItemInfo
  • public void CloneDefaults(int type)
  • Projectile
  • Properties
  • public ModProjectile modProjectile
  • Methods
  • public ProjectileInfo GetModInfo(Mod mod, string name)
  • public T GetModInfo<T>(Mod mod) where T : ProjectileInfo
  • public void CloneDefaults(int type)
  • NPC
  • Properties
  • public ModNPC modNPC
  • Methods
  • public NPCInfo GetModInfo(Mod mod, string name)
  • public T GetModInfo<T>(Mod mod) where T : NPCInfo
  • public void CloneDefaults(int type)
  • Player
  • Methods
  • public ModPlayer GetModPlayer(Mod mod, string name)
  • public T GetModPlayer<T>(Mod mod) where T : ModPlayer
  • public void VanillaUpdateInventory(Item item)
  • public void VanillaUpdateEquip(Item item)
  • public void VanillaUpdateAccessory(Item item, bool hideVisual, ref bool flag, ref bool flag2, ref bool flag3)
  • public void VanillaUpdateVanityAccessory(Item item)