Package net.kyori.adventure.nbt
Interface ArrayBinaryTag
- All Superinterfaces:
BinaryTag,BinaryTagLike,net.kyori.examination.Examinable
- All Known Subinterfaces:
ByteArrayBinaryTag,IntArrayBinaryTag,LongArrayBinaryTag
An array binary tag.
- Since:
- 4.2.0
-
Method Summary
Modifier and TypeMethodDescription@NotNull BinaryTagType<? extends ArrayBinaryTag>type()Gets the tag type.Methods inherited from interface net.kyori.adventure.nbt.BinaryTag
asBinaryTagMethods inherited from interface net.kyori.examination.Examinable
examinableName, examinableProperties, examine