YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
net.minecraft.nbt.NBTTagShort Class Reference
Inheritance diagram for net.minecraft.nbt.NBTTagShort:
net.minecraft.nbt.NBTBase

Public Member Functions

 NBTTagShort (String par1Str)
 
 NBTTagShort (String par1Str, short par2)
 
byte getId ()
 
String toString ()
 
NBTBase copy ()
 
boolean equals (Object par1Obj)
 
int hashCode ()
 
- Public Member Functions inherited from net.minecraft.nbt.NBTBase
NBTBase setName (String par1Str)
 
String getName ()
 
boolean equals (Object par1Obj)
 
int hashCode ()
 

Public Attributes

short data
 

Additional Inherited Members

- Static Public Member Functions inherited from net.minecraft.nbt.NBTBase
static NBTBase readNamedTag (DataInput par0DataInput) throws IOException
 
static void writeNamedTag (NBTBase par0NBTBase, DataOutput par1DataOutput) throws IOException
 
static NBTBase newTag (byte par0, String par1Str)
 
static String getTagName (byte par0)
 
- Static Public Attributes inherited from net.minecraft.nbt.NBTBase
static final String[] NBTTypes = new String[] {"END", "BYTE", "SHORT", "INT", "LONG", "FLOAT", "DOUBLE", "BYTE[]", "STRING", "LIST", "COMPOUND", "INT[]"}
 
- Protected Member Functions inherited from net.minecraft.nbt.NBTBase
 NBTBase (String par1Str)
 

Constructor & Destructor Documentation

net.minecraft.nbt.NBTTagShort.NBTTagShort ( String  par1Str)
net.minecraft.nbt.NBTTagShort.NBTTagShort ( String  par1Str,
short  par2 
)

Member Function Documentation

NBTBase net.minecraft.nbt.NBTTagShort.copy ( )
virtual

Creates a clone of the tag.

Implements net.minecraft.nbt.NBTBase.

boolean net.minecraft.nbt.NBTTagShort.equals ( Object  par1Obj)
byte net.minecraft.nbt.NBTTagShort.getId ( )
virtual

Gets the type byte for the tag.

Implements net.minecraft.nbt.NBTBase.

int net.minecraft.nbt.NBTTagShort.hashCode ( )
String net.minecraft.nbt.NBTTagShort.toString ( )

Member Data Documentation

short net.minecraft.nbt.NBTTagShort.data

The short value for the tag.


The documentation for this class was generated from the following file: