Module syntaxnbt

Class TagInt


public class TagInt extends TagNumber<Integer>
A single signed, big endian 32 bit integer
Author:
SyntaxError404
  • Constructor Details

    • TagInt

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

      public TagInt(Integer value)
      Constructs a new tag with an initial value
      Parameters:
      value - initial value