Interface ArrayBinaryTag

All Superinterfaces:
BinaryTag, BinaryTagLike, 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.

    Methods inherited from interface net.kyori.adventure.nbt.BinaryTag

    asBinaryTag

    Methods inherited from interface net.kyori.examination.Examinable

    examinableName, examinableProperties, examine