Package net.minecraft.src
Class NBTTagIntArray
java.lang.Object
net.minecraft.src.NBTBase
net.minecraft.src.NBTTagIntArray
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNBTTagIntArray(String par1Str) NBTTagIntArray(String par1Str, int[] par2ArrayOfInteger) -
Method Summary
Methods inherited from class net.minecraft.src.NBTBase
func_130104_b, getName, getTagName, newTag, readNamedTag, setName, writeNamedTag
-
Field Details
-
intArray
public int[] intArrayThe array of saved integers
-
-
Constructor Details
-
NBTTagIntArray
-
NBTTagIntArray
-
-
Method Details
-
getId
public byte getId()Gets the type byte for the tag. -
toString
-
copy
Creates a clone of the tag. -
equals
-
hashCode
public int hashCode()
-