|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.minecraft.src.NBTBase
net.minecraft.src.NBTTagList
public class NBTTagList
| Constructor Summary | |
|---|---|
NBTTagList()
|
|
NBTTagList(String par1Str)
|
|
| Method Summary | |
|---|---|
void |
appendTag(NBTBase par1NBTBase)
Adds the provided tag to the end of the list. |
NBTBase |
copy()
Creates a clone of the tag. |
boolean |
equals(Object par1Obj)
|
byte |
getId()
Gets the type byte for the tag. |
int |
hashCode()
|
NBTBase |
removeTag(int par1)
|
NBTBase |
tagAt(int par1)
Retrieves the tag at the specified index from the list. |
int |
tagCount()
Returns the number of tags in the list. |
String |
toString()
|
| Methods inherited from class net.minecraft.src.NBTBase |
|---|
getName, getTagName, newTag, readNamedTag, setName, writeNamedTag |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NBTTagList()
public NBTTagList(String par1Str)
| Method Detail |
|---|
public byte getId()
getId in class NBTBasepublic String toString()
toString in class Objectpublic void appendTag(NBTBase par1NBTBase)
public NBTBase removeTag(int par1)
public NBTBase tagAt(int par1)
public int tagCount()
public NBTBase copy()
copy in class NBTBasepublic boolean equals(Object par1Obj)
equals in class NBTBasepublic int hashCode()
hashCode in class NBTBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||