|
||||||||||
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)
|
NBTBase |
func_74744_a(int par1)
|
byte |
getId()
Gets the type byte for the tag. |
int |
hashCode()
|
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 NBTBase
public String toString()
toString
in class Object
public void appendTag(NBTBase par1NBTBase)
public NBTBase func_74744_a(int par1)
public NBTBase tagAt(int par1)
public int tagCount()
public NBTBase copy()
copy
in class NBTBase
public boolean equals(Object par1Obj)
equals
in class NBTBase
public int hashCode()
hashCode
in class NBTBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |