Interface StringBinaryTag

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

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

    Modifier and Type Method Description
    static @NonNull StringBinaryTag of​(@NonNull String value)
    Creates a binary tag holding a String value.
    default @NonNull BinaryTagType<StringBinaryTag> type()
    Gets the tag type.
    @NonNull String value()
    Gets the value.

    Methods inherited from interface net.kyori.examination.Examinable

    examinableName, examinableProperties, examine