- All Superinterfaces:
BinaryTag,BinaryTagLike
- All Known Subinterfaces:
ByteArrayBinaryTag,IntArrayBinaryTag,LongArrayBinaryTag
public sealed interface ArrayBinaryTag
extends BinaryTag
permits ByteArrayBinaryTag, IntArrayBinaryTag, LongArrayBinaryTag
An array binary tag.
- Since:
- 4.2.0
-
Method Summary
Modifier and TypeMethodDescriptionBinaryTagType<? extends ArrayBinaryTag> type()Gets the tag type.Methods inherited from interface net.kyori.adventure.nbt.BinaryTag
asBinaryTag
-
Method Details
-
type
BinaryTagType<? extends ArrayBinaryTag> type()Description copied from interface:BinaryTagGets the tag type.
-