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