Interface FloatBinaryTag

    • Method Detail

      • of

        @NotNull
        static @NotNull FloatBinaryTag of​(float value)
        Creates a binary tag holding a float value.
        Parameters:
        value - the value
        Returns:
        a binary tag
        Since:
        4.0.0
      • value

        float value()
        Gets the value.
        Returns:
        the value
        Since:
        4.0.0