Interface LongBinaryTag

    • Method Detail

      • of

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

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