net.minecraft.nbt
Class NBTTagLong
java.lang.Object
net.minecraft.nbt.NBTBase
net.minecraft.nbt.NBTTagLong
public class NBTTagLong
- extends NBTBase
Field Summary |
long |
data
The long value for the tag. |
data
public long data
- The long value for the tag.
NBTTagLong
public NBTTagLong(String par1Str)
NBTTagLong
public NBTTagLong(String par1Str,
long par2)
getId
public byte getId()
- Gets the type byte for the tag.
- Specified by:
getId
in class NBTBase
toString
public String toString()
- Overrides:
toString
in class Object
copy
public NBTBase copy()
- Creates a clone of the tag.
- Specified by:
copy
in class NBTBase
equals
public boolean equals(Object par1Obj)
- Overrides:
equals
in class NBTBase
hashCode
public int hashCode()
- Overrides:
hashCode
in class NBTBase