Class Tag_Short

All Implemented Interfaces:
ITag<Short>

public class Tag_Short extends Basic_Tag<Short>
Class representing a NBT short tag.
Author:
Paul Ferlitz
  • Constructor Details

    • Tag_Short

      public Tag_Short()
      Create an empty short tag.
    • Tag_Short

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

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