net.minecraft.nbt
Class NBTTagEnd

java.lang.Object
  extended by net.minecraft.nbt.NBTBase
      extended by net.minecraft.nbt.NBTTagEnd

public class NBTTagEnd
extends NBTBase


Field Summary
 
Fields inherited from class net.minecraft.nbt.NBTBase
NBTTypes
 
Constructor Summary
NBTTagEnd()
           
 
Method Summary
 NBTBase copy()
          Creates a clone of the tag.
 byte getId()
          Gets the type byte for the tag.
 String toString()
           
 
Methods inherited from class net.minecraft.nbt.NBTBase
equals, getName, getTagName, hashCode, newTag, readNamedTag, setName, writeNamedTag
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NBTTagEnd

public NBTTagEnd()
Method Detail

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