Uses of Interface
net.kyori.adventure.nbt.ByteArrayBinaryTag
-
Uses of ByteArrayBinaryTag in net.kyori.adventure.nbt
Fields in net.kyori.adventure.nbt with type parameters of type ByteArrayBinaryTagModifier and TypeFieldDescriptionstatic final BinaryTagType<ByteArrayBinaryTag> BinaryTagTypes.BYTE_ARRAYMethods in net.kyori.adventure.nbt that return ByteArrayBinaryTagModifier and TypeMethodDescriptionstatic ByteArrayBinaryTagByteArrayBinaryTag.byteArrayBinaryTag(byte... value) Creates a binary tag holding abyte-array value.Methods in net.kyori.adventure.nbt that return types with arguments of type ByteArrayBinaryTagModifier and TypeMethodDescriptiondefault BinaryTagType<ByteArrayBinaryTag> ByteArrayBinaryTag.type()