Interface StringBinaryTag

    • Method Detail

      • of

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

        @NotNull
        @NotNull String value()
        Gets the value.
        Returns:
        the value
        Since:
        4.0.0