Module syntaxnbt

Class TagDouble


public class TagDouble extends TagNumber<Double>
A single, big endian IEEE-754 double-precision floating point number (NaN possible)
Author:
SyntaxError404
  • Constructor Details

    • TagDouble

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

      public TagDouble(Double value)
      Constructs a new tag with an initial value
      Parameters:
      value - initial value