Uses of Class
net.minecraft.src.NBTTagList

Packages that use NBTTagList
cpw.mods.fml.common.registry   
net.minecraft.src   
 

Uses of NBTTagList in cpw.mods.fml.common.registry
 

Methods in cpw.mods.fml.common.registry with parameters of type NBTTagList
static Set<ItemData> GameData.buildWorldItemData(NBTTagList modList)
           
static void GameData.writeItemData(NBTTagList itemList)
           
 

Uses of NBTTagList in net.minecraft.src
 

Fields in net.minecraft.src declared as NBTTagList
 NBTTagList AnvilConverterData.entities
           
 NBTTagList AnvilConverterData.tileEntities
           
 NBTTagList AnvilConverterData.tileTicks
           
 

Methods in net.minecraft.src that return NBTTagList
 NBTTagList ItemStack.getEnchantmentTagList()
           
 NBTTagList NBTTagCompound.getTagList(String par1Str)
          Retrieves a NBTTagList subtag matching the specified key, or a new empty NBTTagList if no such key was stored.
 NBTTagList InventoryEnderChest.saveInventoryToNBT()
           
 NBTTagList InventoryPlayer.writeToNBT(NBTTagList par1NBTTagList)
          Writes the inventory out as a list of compound tags.
 

Methods in net.minecraft.src with parameters of type NBTTagList
 void InventoryEnderChest.loadInventoryFromNBT(NBTTagList par1NBTTagList)
           
 void InventoryPlayer.readFromNBT(NBTTagList par1NBTTagList)
          Reads from the given tag list and fills the slots in the inventory with the correct items.
 NBTTagList InventoryPlayer.writeToNBT(NBTTagList par1NBTTagList)
          Writes the inventory out as a list of compound tags.