CloudburstMC / Protocol

A protocol library for Minecraft Bedrock Edition
https://git.io/ProtocolLib
Apache License 2.0
310 stars 96 forks source link

Support bedrock persona ImageData #208

Closed romanalexander closed 6 months ago

romanalexander commented 11 months ago

This change allows SerializedSkin to accept persona-sized ImageData.of(byte[]) skinData without using the (int, int, byte[]) constructor.