Package net.kyori.adventure.nbt
Interface IntArrayBinaryTag
- All Superinterfaces:
BinaryTag,net.kyori.examination.Examinable
public interface IntArrayBinaryTag extends BinaryTag
A binary tag holding an
int-array value.- Since:
- 4.0.0
-
Method Summary
Modifier and Type Method Description static @NonNull IntArrayBinaryTagof(int @NonNull ... value)Creates a binary tag holding anint-array value.default @NonNull BinaryTagType<IntArrayBinaryTag>type()Gets the tag type.int @NonNull []value()Gets the value.
-
Method Details