Interface FloatBinaryTag

    • Method Detail

      • floatBinaryTag

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

        @Deprecated
        @ScheduledForRemoval(inVersion="5.0.0")
        @NotNull
        static @NotNull FloatBinaryTag of​(float value)
        Deprecated.
        for removal since 4.14.0, use floatBinaryTag(float) instead.
        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