|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NBTTagList | |
|---|---|
| cpw.mods.fml.common.registry | |
| net.minecraft.entity.player | |
| net.minecraft.inventory | |
| net.minecraft.item | |
| net.minecraft.nbt | |
| net.minecraft.world.chunk.storage | |
| 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.entity.player |
|---|
| Methods in net.minecraft.entity.player that return NBTTagList | |
|---|---|
NBTTagList |
InventoryPlayer.writeToNBT(NBTTagList par1NBTTagList)
Writes the inventory out as a list of compound tags. |
| Methods in net.minecraft.entity.player with parameters of type NBTTagList | |
|---|---|
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. |
| Uses of NBTTagList in net.minecraft.inventory |
|---|
| Methods in net.minecraft.inventory that return NBTTagList | |
|---|---|
NBTTagList |
InventoryEnderChest.saveInventoryToNBT()
|
| Methods in net.minecraft.inventory with parameters of type NBTTagList | |
|---|---|
void |
InventoryEnderChest.loadInventoryFromNBT(NBTTagList par1NBTTagList)
|
| Uses of NBTTagList in net.minecraft.item |
|---|
| Methods in net.minecraft.item that return NBTTagList | |
|---|---|
NBTTagList |
ItemStack.getEnchantmentTagList()
|
| Uses of NBTTagList in net.minecraft.nbt |
|---|
| Methods in net.minecraft.nbt that return NBTTagList | |
|---|---|
NBTTagList |
NBTTagCompound.getTagList(String par1Str)
Retrieves a NBTTagList subtag matching the specified key, or a new empty NBTTagList if no such key was stored. |
| Uses of NBTTagList in net.minecraft.world.chunk.storage |
|---|
| Fields in net.minecraft.world.chunk.storage declared as NBTTagList | |
|---|---|
NBTTagList |
AnvilConverterData.entities
|
NBTTagList |
AnvilConverterData.tileEntities
|
NBTTagList |
AnvilConverterData.tileTicks
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||