|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NBTTagList | |
|---|---|
| net.minecraft.src | |
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||