Interface StringBinaryTag

  • All Superinterfaces:
    BinaryTag, BinaryTagLike, net.kyori.examination.Examinable

    public interface StringBinaryTag
    extends BinaryTag
    A binary tag holding a String value.
    Since:
    4.0.0
    • Method Detail

      • of

        @NotNull
        static @NotNull StringBinaryTag of​(@NotNull
                                           @NotNull java.lang.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 java.lang.String value()
        Gets the value.
        Returns:
        the value
        Since:
        4.0.0