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