net.minecraft.nbt
Class NBTTagByte
java.lang.Object
net.minecraft.nbt.NBTBase
net.minecraft.nbt.NBTTagByte
public class NBTTagByte
- extends NBTBase
Field Summary |
byte |
data
The byte value for the tag. |
data
public byte data
- The byte value for the tag.
NBTTagByte
public NBTTagByte(String par1Str)
NBTTagByte
public NBTTagByte(String par1Str,
byte 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