Class NBTTagEnd

java.lang.Object
net.minecraft.src.NBTBase
net.minecraft.src.NBTTagEnd

public class NBTTagEnd extends NBTBase
  • Constructor Details

    • NBTTagEnd

      public NBTTagEnd()
  • Method Details

    • 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