Update docs

This commit is contained in:
Braydon 2024-04-07 22:32:43 -04:00
parent c279c0afbe
commit a5725849f3

@ -696,12 +696,12 @@ public final class PlayerUtils {
public static final int SKIN_TEXTURE_SIZE = 64; // The skin of a skin texture public static final int SKIN_TEXTURE_SIZE = 64; // The skin of a skin texture
/** /**
* Get the head texture of a skin. * Get the texture of a part of a skin.
* *
* @param skin the skin to get the head texture from * @param skin the skin to get the part texture from
* @param part the part of the skin to get * @param part the part of the skin to get
* @param size the size to scale the head texture to * @param size the size to scale the texture to
* @return the head texture of the skin * @return the texture of the skin part
*/ */
@SneakyThrows @SneakyThrows
public static byte[] getSkinPart(@NonNull Skin skin, @NonNull Skin.Part part, int size) { public static byte[] getSkinPart(@NonNull Skin skin, @NonNull Skin.Part part, int size) {