Uses of Class
net.minecraft.src.NBTTagCompound

Packages that use NBTTagCompound
cpw.mods.fml.common   
net.minecraft.src   
net.minecraftforge.common   
net.minecraftforge.event.world   
 

Uses of NBTTagCompound in cpw.mods.fml.common
 

Methods in cpw.mods.fml.common that return NBTTagCompound
 NBTTagCompound FMLDummyContainer.getDataForWriting(SaveHandler handler, WorldInfo info)
           
 NBTTagCompound WorldAccessContainer.getDataForWriting(SaveHandler handler, WorldInfo info)
           
 

Methods in cpw.mods.fml.common with parameters of type NBTTagCompound
 void FMLCommonHandler.handleWorldDataLoad(SaveHandler handler, WorldInfo worldInfo, NBTTagCompound tagCompound)
           
 void FMLCommonHandler.handleWorldDataSave(SaveHandler handler, WorldInfo worldInfo, NBTTagCompound tagCompound)
           
 void FMLDummyContainer.readData(SaveHandler handler, WorldInfo info, Map<String,NBTBase> propertyMap, NBTTagCompound tag)
           
 void WorldAccessContainer.readData(SaveHandler handler, WorldInfo info, Map<String,NBTBase> propertyMap, NBTTagCompound tag)
           
 

Uses of NBTTagCompound in net.minecraft.src
 

Fields in net.minecraft.src declared as NBTTagCompound
 NBTTagCompound Packet132TileEntityData.customParam1
          Custom parameter 1 passed to the tile entity on update.
 NBTTagCompound ItemStack.stackTagCompound
          A NBTTagMap containing data about an ItemStack.
 

Methods in net.minecraft.src that return NBTTagCompound
 NBTTagCompound DerivedWorldInfo.cloneNBTCompound(NBTTagCompound par1NBTTagCompound)
          Creates a new NBTTagCompound for the world, with the given NBTTag as the "Player"
 NBTTagCompound WorldInfo.cloneNBTCompound(NBTTagCompound par1NBTTagCompound)
          Creates a new NBTTagCompound for the world, with the given NBTTag as the "Player"
static NBTTagCompound CompressedStreamTools.decompress(byte[] par0ArrayOfByte)
           
 NBTTagCompound NBTTagCompound.getCompoundTag(String par1Str)
          Retrieves a NBTTagCompound subtag matching the specified key, or a new empty NBTTagCompound if no such key was stored.
 NBTTagCompound Entity.getEntityData()
          Returns a NBTTagCompound that can be used to store custom data for this entity.
 NBTTagCompound ServerData.getNBTCompound()
          Returns an NBTTagCompound with the server's name, IP and maybe acceptTextures.
 NBTTagCompound DerivedWorldInfo.getNBTTagCompound()
          Gets the NBTTagCompound for the worldInfo
 NBTTagCompound WorldInfo.getNBTTagCompound()
          Gets the NBTTagCompound for the worldInfo
 NBTTagCompound SaveHandler.getPlayerData(String par1Str)
          Gets the player data for the given playername as a NBTTagCompound.
 NBTTagCompound DerivedWorldInfo.getPlayerNBTTagCompound()
          Returns the player's NBTTagCompound to be loaded
 NBTTagCompound WorldInfo.getPlayerNBTTagCompound()
          Returns the player's NBTTagCompound to be loaded
 NBTTagCompound MerchantRecipeList.getRecipiesAsTags()
           
 NBTTagCompound ItemStack.getTagCompound()
          Returns the NBTTagCompound of the ItemStack.
 NBTTagCompound IntegratedPlayerList.getTagsFromLastWrite()
          gets the tags created in the last writePlayerData call
 NBTTagCompound ServerConfigurationManager.getTagsFromLastWrite()
          gets the tags created in the last writePlayerData call
static NBTTagCompound CompressedStreamTools.read(DataInput par0DataInput)
          Reads from a CompressedStream.
static NBTTagCompound CompressedStreamTools.read(File par0File)
           
static NBTTagCompound CompressedStreamTools.readCompressed(InputStream par0InputStream)
          Load the gzipped compound from the inputstream.
static NBTTagCompound Packet.readNBTTagCompound(DataInputStream par0DataInputStream)
          Reads a compressed NBTTagCompound from the InputStream
 NBTTagCompound PotionEffect.writeCustomPotionEffectToNBT(NBTTagCompound par1NBTTagCompound)
          Write a custom potion effect to a potion item's NBT data.
 NBTTagCompound GameRules.writeGameRulesToNBT()
          Return the defined game rules as NBT.
 NBTTagCompound ItemStack.writeToNBT(NBTTagCompound par1NBTTagCompound)
          Write the stack fields to a NBT object.
 NBTTagCompound MerchantRecipe.writeToTags()
           
 

Methods in net.minecraft.src with parameters of type NBTTagCompound
 boolean Entity.addEntityID(NBTTagCompound par1NBTTagCompound)
          adds the ID of this entity to the NBT given
 NBTTagCompound DerivedWorldInfo.cloneNBTCompound(NBTTagCompound par1NBTTagCompound)
          Creates a new NBTTagCompound for the world, with the given NBTTag as the "Player"
 NBTTagCompound WorldInfo.cloneNBTCompound(NBTTagCompound par1NBTTagCompound)
          Creates a new NBTTagCompound for the world, with the given NBTTag as the "Player"
static byte[] CompressedStreamTools.compress(NBTTagCompound par0NBTTagCompound)
           
static void ChunkLoader.convertToAnvilFormat(AnvilConverterData par0AnvilConverterData, NBTTagCompound par1NBTTagCompound, WorldChunkManager par2WorldChunkManager)
           
static TileEntity TileEntity.createAndLoadEntity(NBTTagCompound par0NBTTagCompound)
          Creates a new entity and loads its data from the specified NBT.
static Entity EntityList.createEntityFromNBT(NBTTagCompound par0NBTTagCompound, World par1World)
          create a new instance of an entity from NBT store
static ServerData ServerData.getServerDataFromNBTCompound(NBTTagCompound par0NBTTagCompound)
          Takes an NBTTagCompound with 'name' and 'ip' keys, returns a ServerData instance.
static AnvilConverterData ChunkLoader.load(NBTTagCompound par0NBTTagCompound)
           
static ItemStack ItemStack.loadItemStackFromNBT(NBTTagCompound par0NBTTagCompound)
           
 void PlayerCapabilities.readCapabilitiesFromNBT(NBTTagCompound par1NBTTagCompound)
           
static PotionEffect PotionEffect.readCustomPotionEffectFromNBT(NBTTagCompound par0NBTTagCompound)
          Read a custom potion effect from a potion item's NBT data.
 void EntityPlayerSP.readEntityFromNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to read subclass entity data from NBT.
 void EntityFX.readEntityFromNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to read subclass entity data from NBT.
 void EntityArrow.readEntityFromNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to read subclass entity data from NBT.
 void EntitySkeleton.readEntityFromNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to read subclass entity data from NBT.
 void EntityBat.readEntityFromNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to read subclass entity data from NBT.
 void EntityHanging.readEntityFromNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to read subclass entity data from NBT.
 void EntityEnderEye.readEntityFromNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to read subclass entity data from NBT.
 void EntityAgeable.readEntityFromNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to read subclass entity data from NBT.
 void EntityIronGolem.readEntityFromNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to read subclass entity data from NBT.
 void EntityWolf.readEntityFromNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to read subclass entity data from NBT.
 void EntityLiving.readEntityFromNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to read subclass entity data from NBT.
 void EntityXPOrb.readEntityFromNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to read subclass entity data from NBT.
 void EntityPainting.readEntityFromNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to read subclass entity data from NBT.
 void EntityAnimal.readEntityFromNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to read subclass entity data from NBT.
 void EntityCreeper.readEntityFromNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to read subclass entity data from NBT.
 void EntitySlime.readEntityFromNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to read subclass entity data from NBT.
 void EntityZombie.readEntityFromNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to read subclass entity data from NBT.
 void EntityWither.readEntityFromNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to read subclass entity data from NBT.
 void EntityEnderman.readEntityFromNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to read subclass entity data from NBT.
 void EntityPlayer.readEntityFromNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to read subclass entity data from NBT.
 void EntityThrowable.readEntityFromNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to read subclass entity data from NBT.
 void EntityPotion.readEntityFromNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to read subclass entity data from NBT.
 void EntityPlayerMP.readEntityFromNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to read subclass entity data from NBT.
 void EntitySheep.readEntityFromNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to read subclass entity data from NBT.
 void EntityTameable.readEntityFromNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to read subclass entity data from NBT.
 void EntityVillager.readEntityFromNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to read subclass entity data from NBT.
 void EntityPig.readEntityFromNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to read subclass entity data from NBT.
 void EntityItem.readEntityFromNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to read subclass entity data from NBT.
 void EntityFishHook.readEntityFromNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to read subclass entity data from NBT.
 void EntityPigZombie.readEntityFromNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to read subclass entity data from NBT.
 void EntityOcelot.readEntityFromNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to read subclass entity data from NBT.
 void EntityItemFrame.readEntityFromNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to read subclass entity data from NBT.
 void EntityFireball.readEntityFromNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to read subclass entity data from NBT.
 void TileEntityNote.readFromNBT(NBTTagCompound par1NBTTagCompound)
          Reads a tile entity from NBT.
 void TileEntityPiston.readFromNBT(NBTTagCompound par1NBTTagCompound)
          Reads a tile entity from NBT.
 void TileEntityBrewingStand.readFromNBT(NBTTagCompound par1NBTTagCompound)
          Reads a tile entity from NBT.
 void TileEntityMobSpawner.readFromNBT(NBTTagCompound par1NBTTagCompound)
          Reads a tile entity from NBT.
 void TileEntity.readFromNBT(NBTTagCompound par1NBTTagCompound)
          Reads a tile entity from NBT.
 void TileEntityDispenser.readFromNBT(NBTTagCompound par1NBTTagCompound)
          Reads a tile entity from NBT.
 void TileEntitySign.readFromNBT(NBTTagCompound par1NBTTagCompound)
          Reads a tile entity from NBT.
 void TileEntitySkull.readFromNBT(NBTTagCompound par1NBTTagCompound)
          Reads a tile entity from NBT.
 void Entity.readFromNBT(NBTTagCompound par1NBTTagCompound)
          Reads the entity from NBT (calls an abstract helper method to read specialized data)
 void TileEntityChest.readFromNBT(NBTTagCompound par1NBTTagCompound)
          Reads a tile entity from NBT.
 void VillageCollection.readFromNBT(NBTTagCompound par1NBTTagCompound)
          reads in data from the NBTTagCompound into this MapDataBase
 void TileEntityBeacon.readFromNBT(NBTTagCompound par1NBTTagCompound)
          Reads a tile entity from NBT.
 void TileEntityRecordPlayer.readFromNBT(NBTTagCompound par1NBTTagCompound)
          Reads a tile entity from NBT.
 void TileEntityFurnace.readFromNBT(NBTTagCompound par1NBTTagCompound)
          Reads a tile entity from NBT.
 void MapData.readFromNBT(NBTTagCompound par1NBTTagCompound)
          reads in data from the NBTTagCompound into this MapDataBase
abstract  void WorldSavedData.readFromNBT(NBTTagCompound var1)
          reads in data from the NBTTagCompound into this MapDataBase
 void TileEntityCommandBlock.readFromNBT(NBTTagCompound par1NBTTagCompound)
          Reads a tile entity from NBT.
 void ItemStack.readFromNBT(NBTTagCompound par1NBTTagCompound)
          Read the stack fields from a NBT object.
 void MerchantRecipe.readFromTags(NBTTagCompound par1NBTTagCompound)
           
 void GameRules.readGameRulesFromNBT(NBTTagCompound par1NBTTagCompound)
          Set defined game rules from NBT.
 void FoodStats.readNBT(NBTTagCompound par1NBTTagCompound)
          Reads food stats from an NBT object.
 void MerchantRecipeList.readRecipiesFromTags(NBTTagCompound par1NBTTagCompound)
           
 void Village.readVillageDataFromNBT(NBTTagCompound par1NBTTagCompound)
          Read this village's data from NBT.
static void CompressedStreamTools.safeWrite(NBTTagCompound par0NBTTagCompound, File par1File)
           
 void SaveHandlerMP.saveWorldInfoWithPlayer(WorldInfo par1WorldInfo, NBTTagCompound par2NBTTagCompound)
          Saves the given World Info with the given NBTTagCompound as the Player.
 void AnvilSaveHandler.saveWorldInfoWithPlayer(WorldInfo par1WorldInfo, NBTTagCompound par2NBTTagCompound)
          Saves the given World Info with the given NBTTagCompound as the Player.
 void ISaveHandler.saveWorldInfoWithPlayer(WorldInfo var1, NBTTagCompound var2)
          Saves the given World Info with the given NBTTagCompound as the Player.
 void SaveHandler.saveWorldInfoWithPlayer(WorldInfo par1WorldInfo, NBTTagCompound par2NBTTagCompound)
          Saves the given World Info with the given NBTTagCompound as the Player.
 void NBTTagCompound.setCompoundTag(String par1Str, NBTTagCompound par2NBTTagCompound)
          Stores the given NBTTagCompound into the map with the given string key.
 void ItemStack.setTagCompound(NBTTagCompound par1NBTTagCompound)
          Assigns a NBTTagCompound to the ItemStack, minecraft validates that only non-stackable items can have it.
static boolean ItemEditableBook.validBookTagContents(NBTTagCompound par0NBTTagCompound)
           
static boolean ItemWritableBook.validBookTagPages(NBTTagCompound par0NBTTagCompound)
           
static void CompressedStreamTools.write(NBTTagCompound par0NBTTagCompound, DataOutput par1DataOutput)
           
static void CompressedStreamTools.write(NBTTagCompound par0NBTTagCompound, File par1File)
           
 void PlayerCapabilities.writeCapabilitiesToNBT(NBTTagCompound par1NBTTagCompound)
           
static void CompressedStreamTools.writeCompressed(NBTTagCompound par0NBTTagCompound, OutputStream par1OutputStream)
          Write the compound, gzipped, to the outputstream.
 NBTTagCompound PotionEffect.writeCustomPotionEffectToNBT(NBTTagCompound par1NBTTagCompound)
          Write a custom potion effect to a potion item's NBT data.
 void EntityPlayerSP.writeEntityToNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to write subclass entity data to NBT.
 void EntityFX.writeEntityToNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to write subclass entity data to NBT.
 void EntityArrow.writeEntityToNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to write subclass entity data to NBT.
 void EntitySkeleton.writeEntityToNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to write subclass entity data to NBT.
 void EntityBat.writeEntityToNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to write subclass entity data to NBT.
 void EntityHanging.writeEntityToNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to write subclass entity data to NBT.
 void EntityEnderEye.writeEntityToNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to write subclass entity data to NBT.
 void EntityAgeable.writeEntityToNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to write subclass entity data to NBT.
 void EntityIronGolem.writeEntityToNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to write subclass entity data to NBT.
 void EntityWolf.writeEntityToNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to write subclass entity data to NBT.
 void EntityLiving.writeEntityToNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to write subclass entity data to NBT.
 void EntityXPOrb.writeEntityToNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to write subclass entity data to NBT.
 void EntityPainting.writeEntityToNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to write subclass entity data to NBT.
 void EntityAnimal.writeEntityToNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to write subclass entity data to NBT.
 void EntityCreeper.writeEntityToNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to write subclass entity data to NBT.
 void EntitySlime.writeEntityToNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to write subclass entity data to NBT.
 void EntityZombie.writeEntityToNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to write subclass entity data to NBT.
 void EntityWither.writeEntityToNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to write subclass entity data to NBT.
 void EntityEnderman.writeEntityToNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to write subclass entity data to NBT.
 void EntityPlayer.writeEntityToNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to write subclass entity data to NBT.
 void EntityThrowable.writeEntityToNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to write subclass entity data to NBT.
 void EntityPotion.writeEntityToNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to write subclass entity data to NBT.
 void EntityPlayerMP.writeEntityToNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to write subclass entity data to NBT.
 void EntitySheep.writeEntityToNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to write subclass entity data to NBT.
 void EntityTameable.writeEntityToNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to write subclass entity data to NBT.
 void EntityVillager.writeEntityToNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to write subclass entity data to NBT.
 void EntityPig.writeEntityToNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to write subclass entity data to NBT.
 void EntityItem.writeEntityToNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to write subclass entity data to NBT.
 void EntityFishHook.writeEntityToNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to write subclass entity data to NBT.
 void EntityPigZombie.writeEntityToNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to write subclass entity data to NBT.
 void EntityOcelot.writeEntityToNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to write subclass entity data to NBT.
 void EntityItemFrame.writeEntityToNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to write subclass entity data to NBT.
 void EntityFireball.writeEntityToNBT(NBTTagCompound par1NBTTagCompound)
          (abstract) Protected helper method to write subclass entity data to NBT.
 void FoodStats.writeNBT(NBTTagCompound par1NBTTagCompound)
          Writes food stats to an NBT object.
 void TileEntityNote.writeToNBT(NBTTagCompound par1NBTTagCompound)
          Writes a tile entity to NBT.
 void TileEntityPiston.writeToNBT(NBTTagCompound par1NBTTagCompound)
          Writes a tile entity to NBT.
 void TileEntityBrewingStand.writeToNBT(NBTTagCompound par1NBTTagCompound)
          Writes a tile entity to NBT.
 void TileEntityMobSpawner.writeToNBT(NBTTagCompound par1NBTTagCompound)
          Writes a tile entity to NBT.
 void TileEntity.writeToNBT(NBTTagCompound par1NBTTagCompound)
          Writes a tile entity to NBT.
 void TileEntityDispenser.writeToNBT(NBTTagCompound par1NBTTagCompound)
          Writes a tile entity to NBT.
 void TileEntitySign.writeToNBT(NBTTagCompound par1NBTTagCompound)
          Writes a tile entity to NBT.
 void TileEntitySkull.writeToNBT(NBTTagCompound par1NBTTagCompound)
          Writes a tile entity to NBT.
 void Entity.writeToNBT(NBTTagCompound par1NBTTagCompound)
          Save the entity to NBT (calls an abstract helper method to write extra data)
 void TileEntityChest.writeToNBT(NBTTagCompound par1NBTTagCompound)
          Writes a tile entity to NBT.
 void VillageCollection.writeToNBT(NBTTagCompound par1NBTTagCompound)
          write data to NBTTagCompound from this MapDataBase, similar to Entities and TileEntities
 void TileEntityBeacon.writeToNBT(NBTTagCompound par1NBTTagCompound)
          Writes a tile entity to NBT.
 void TileEntityRecordPlayer.writeToNBT(NBTTagCompound par1NBTTagCompound)
          Writes a tile entity to NBT.
 void TileEntityFurnace.writeToNBT(NBTTagCompound par1NBTTagCompound)
          Writes a tile entity to NBT.
 void MapData.writeToNBT(NBTTagCompound par1NBTTagCompound)
          write data to NBTTagCompound from this MapDataBase, similar to Entities and TileEntities
abstract  void WorldSavedData.writeToNBT(NBTTagCompound var1)
          write data to NBTTagCompound from this MapDataBase, similar to Entities and TileEntities
 void TileEntityCommandBlock.writeToNBT(NBTTagCompound par1NBTTagCompound)
          Writes a tile entity to NBT.
 NBTTagCompound ItemStack.writeToNBT(NBTTagCompound par1NBTTagCompound)
          Write the stack fields to a NBT object.
 void Village.writeVillageDataToNBT(NBTTagCompound par1NBTTagCompound)
          Write this village's data to NBT.
 

Constructors in net.minecraft.src with parameters of type NBTTagCompound
MerchantRecipe(NBTTagCompound par1NBTTagCompound)
           
MerchantRecipeList(NBTTagCompound par1NBTTagCompound)
           
Packet132TileEntityData(int par1, int par2, int par3, int par4, NBTTagCompound par5NBTTagCompound)
           
WorldInfo(NBTTagCompound par1NBTTagCompound)
           
 

Uses of NBTTagCompound in net.minecraftforge.common
 

Methods in net.minecraftforge.common that return NBTTagCompound
 NBTTagCompound ForgeDummyContainer.getDataForWriting(SaveHandler handler, WorldInfo info)
           
 NBTTagCompound ForgeChunkManager.Ticket.getModData()
          Retrieve the NBTTagCompound that stores mod specific data for the chunk ticket.
static NBTTagCompound DimensionManager.saveDimensionDataMap()
           
 

Methods in net.minecraftforge.common with parameters of type NBTTagCompound
static void DimensionManager.loadDimensionDataMap(NBTTagCompound compoundTag)
           
 void ForgeDummyContainer.readData(SaveHandler handler, WorldInfo info, Map<String,NBTBase> propertyMap, NBTTagCompound tag)
           
 void WorldSpecificSaveHandler.saveWorldInfoWithPlayer(WorldInfo var1, NBTTagCompound var2)
           
 

Uses of NBTTagCompound in net.minecraftforge.event.world
 

Methods in net.minecraftforge.event.world that return NBTTagCompound
 NBTTagCompound ChunkDataEvent.getData()
           
 

Constructors in net.minecraftforge.event.world with parameters of type NBTTagCompound
ChunkDataEvent.Load(Chunk chunk, NBTTagCompound data)
           
ChunkDataEvent.Save(Chunk chunk, NBTTagCompound data)
           
ChunkDataEvent(Chunk chunk, NBTTagCompound data)