Package net.kyori.adventure.nbt
Interface ArrayBinaryTag
- All Superinterfaces:
BinaryTag,net.kyori.examination.Examinable
- All Known Subinterfaces:
ByteArrayBinaryTag,IntArrayBinaryTag,LongArrayBinaryTag
public interface ArrayBinaryTag extends BinaryTag
An array binary tag.
- Since:
- 4.2.0
-
Method Summary
Modifier and Type Method Description @NonNull BinaryTagType<? extends ArrayBinaryTag>type()Gets the tag type.
-
Method Details
-
type
@NonNull BinaryTagType<? extends ArrayBinaryTag> type()Description copied from interface:BinaryTagGets the tag type.
-