Пример #1
0
 /// <summary>
 /// Stores the given NBTTagCompound into the map with the given string key.
 /// </summary>
 public virtual void SetCompoundTag(string par1Str, NBTTagCompound par2NBTTagCompound)
 {
     TagMap[par1Str] = par2NBTTagCompound.SetName(par1Str);
 }