Module syntaxnbt

Class TagLong


public class TagLong extends TagNumber<Long>
A single signed, big endian 64 bit integer
Author:
SyntaxError404
  • Constructor Details

    • TagLong

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

      public TagLong(Long value)
      Constructs a new tag with an initial value
      Parameters:
      value - initial value