Package net.kyori.adventure.nbt
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 Summary
Modifier and Type Method Description static @NonNull StringBinaryTagof(@NonNull String value)Creates a binary tag holding aStringvalue.default @NonNull BinaryTagType<StringBinaryTag>type()Gets the tag type.@NonNull Stringvalue()Gets the value.Methods inherited from interface net.kyori.adventure.nbt.BinaryTag
asBinaryTagMethods inherited from interface net.kyori.examination.Examinable
examinableName, examinableProperties, examine