Module syntaxnbt

Class TagShort


public class TagShort extends TagNumber<Short>
A single signed, big endian 16 bit integer
Author:
SyntaxError404
  • Constructor Details

    • TagShort

      public TagShort()
      Constructs a new tag with an initial value of 0
    • TagShort

      public TagShort(Short value)
      Constructs a new tag with an initial value
      Parameters:
      value - initial value