Module syntaxnbt

Class TagByte


public class TagByte extends TagNumber<Byte>
A single signed byte
Author:
SyntaxError404
  • Constructor Details

    • TagByte

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

      public TagByte(Byte value)
      Constructs a new tag with an initial value
      Parameters:
      value - initial value
    • TagByte

      public TagByte(Boolean value)
      Constructs a new tag with an initial value derived from a boolean. true is converted to 1, false is converted to 0,
      Parameters:
      value - initial value