Class Tag_Byte

All Implemented Interfaces:
ITag<Byte>

public class Tag_Byte extends Basic_Tag<Byte>
Class representing a NBT byte tag.
Author:
Paul Ferlitz
  • Constructor Details

    • Tag_Byte

      public Tag_Byte()
      Create an empty byte tag.
    • Tag_Byte

      public Tag_Byte(String name)
      Create a byte tag with name and data set to null.
      Parameters:
      name - Name of the tag.
    • Tag_Byte

      public Tag_Byte(String name, Byte data)
      Create a byte tag with name and data.
      Parameters:
      name - Name of the tag.
      data - The initial data of the tag.