Module syntaxnbt

Class TagFloat


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

    • TagFloat

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

      public TagFloat(Float value)
      Constructs a new tag with an initial value
      Parameters:
      value - initial value