|
static final String[] | NBTTypes = new String[] {"END", "BYTE", "SHORT", "INT", "LONG", "FLOAT", "DOUBLE", "BYTE[]", "STRING", "LIST", "COMPOUND", "INT[]"} |
|
net.minecraft.nbt.NBTBase.NBTBase |
( |
String |
par1Str) | |
|
|
protected |
abstract NBTBase net.minecraft.nbt.NBTBase.copy |
( |
) | |
|
|
pure virtual |
Creates a clone of the tag.
Implemented in net.minecraft.nbt.NBTTagCompound, net.minecraft.nbt.NBTTagList, net.minecraft.nbt.NBTTagIntArray, net.minecraft.nbt.NBTTagString, net.minecraft.nbt.NBTTagByteArray, net.minecraft.nbt.NBTTagByte, net.minecraft.nbt.NBTTagDouble, net.minecraft.nbt.NBTTagFloat, net.minecraft.nbt.NBTTagInt, net.minecraft.nbt.NBTTagLong, net.minecraft.nbt.NBTTagShort, and net.minecraft.nbt.NBTTagEnd.
boolean net.minecraft.nbt.NBTBase.equals |
( |
Object |
par1Obj) | |
|
abstract byte net.minecraft.nbt.NBTBase.getId |
( |
) | |
|
|
pure virtual |
Gets the type byte for the tag.
Implemented in net.minecraft.nbt.NBTTagList, net.minecraft.nbt.NBTTagCompound, net.minecraft.nbt.NBTTagIntArray, net.minecraft.nbt.NBTTagString, net.minecraft.nbt.NBTTagByteArray, net.minecraft.nbt.NBTTagByte, net.minecraft.nbt.NBTTagDouble, net.minecraft.nbt.NBTTagFloat, net.minecraft.nbt.NBTTagInt, net.minecraft.nbt.NBTTagLong, net.minecraft.nbt.NBTTagShort, and net.minecraft.nbt.NBTTagEnd.
String net.minecraft.nbt.NBTBase.getName |
( |
) | |
|
Gets the name corresponding to the tag, or an empty string if none set.
static String net.minecraft.nbt.NBTBase.getTagName |
( |
byte |
par0) | |
|
|
static |
Returns the string name of a tag with the specified type, or 'UNKNOWN' if invalid.
int net.minecraft.nbt.NBTBase.hashCode |
( |
) | |
|
static NBTBase net.minecraft.nbt.NBTBase.newTag |
( |
byte |
par0, |
|
|
String |
par1Str |
|
) |
| |
|
static |
Creates and returns a new tag of the specified type, or null if invalid.
static NBTBase net.minecraft.nbt.NBTBase.readNamedTag |
( |
DataInput |
par0DataInput) | |
throws IOException |
|
static |
Reads and returns a tag from the given DataInput, or the End tag if no tag could be read.
NBTBase net.minecraft.nbt.NBTBase.setName |
( |
String |
par1Str) | |
|
Sets the name for this tag and returns this for convenience.
static void net.minecraft.nbt.NBTBase.writeNamedTag |
( |
NBTBase |
par0NBTBase, |
|
|
DataOutput |
par1DataOutput |
|
) |
| throws IOException |
|
static |
Writes the specified tag to the given DataOutput, writing the type byte, the UTF string key and then calling the tag to write its data.
final String [] net.minecraft.nbt.NBTBase.NBTTypes = new String[] {"END", "BYTE", "SHORT", "INT", "LONG", "FLOAT", "DOUBLE", "BYTE[]", "STRING", "LIST", "COMPOUND", "INT[]"} |
|
static |
The documentation for this class was generated from the following file:
- C:/Users/LazDude/Downloads/MinecraftModding/YATS/forge/mcp/src/minecraft/net/minecraft/nbt/NBTBase.java