Package net.kyori.adventure.nbt
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull BinaryTagType<? extends ArrayBinaryTag>type()Gets the tag type.-
Methods inherited from interface net.kyori.adventure.nbt.BinaryTag
asBinaryTag
-
-
-
-
Method Detail
-
type
@NotNull @NotNull BinaryTagType<? extends ArrayBinaryTag> type()
Description copied from interface:BinaryTagGets the tag type.
-
-