Package | Description |
---|---|
cpw.mods.fml.common.registry | |
net.minecraft.entity.player | |
net.minecraft.inventory | |
net.minecraft.item | |
net.minecraft.nbt | |
net.minecraft.world.chunk.storage |
Modifier and Type | Method and Description |
---|---|
static Set<ItemData> |
GameData.buildWorldItemData(NBTTagList modList) |
static void |
GameData.writeItemData(NBTTagList itemList) |
Modifier and Type | Method and Description |
---|---|
NBTTagList |
InventoryPlayer.writeToNBT(NBTTagList par1NBTTagList)
Writes the inventory out as a list of compound tags.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
NBTTagList |
InventoryEnderChest.saveInventoryToNBT() |
Modifier and Type | Method and Description |
---|---|
void |
InventoryEnderChest.loadInventoryFromNBT(NBTTagList par1NBTTagList) |
Modifier and Type | Method and Description |
---|---|
NBTTagList |
ItemEnchantedBook.func_92110_g(ItemStack par1ItemStack) |
NBTTagList |
ItemStack.getEnchantmentTagList() |
Modifier and Type | Method and Description |
---|---|
NBTTagList |
NBTTagCompound.getTagList(String par1Str)
Retrieves a NBTTagList subtag matching the specified key, or a new empty NBTTagList if no such key was stored.
|
Modifier and Type | Field and Description |
---|---|
NBTTagList |
AnvilConverterData.entities |
NBTTagList |
AnvilConverterData.tileEntities |
NBTTagList |
AnvilConverterData.tileTicks |