From a5725849f3a9623ca062ebf7f22ddf5e227518e0 Mon Sep 17 00:00:00 2001 From: Rainnny7 Date: Sun, 7 Apr 2024 22:32:43 -0400 Subject: [PATCH] Update docs --- src/main/java/me/braydon/mc/common/PlayerUtils.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/me/braydon/mc/common/PlayerUtils.java b/src/main/java/me/braydon/mc/common/PlayerUtils.java index 657dc84..ffe2f79 100644 --- a/src/main/java/me/braydon/mc/common/PlayerUtils.java +++ b/src/main/java/me/braydon/mc/common/PlayerUtils.java @@ -696,12 +696,12 @@ public final class PlayerUtils { 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 size the size to scale the head texture to - * @return the head texture of the skin + * @param size the size to scale the texture to + * @return the texture of the skin part */ @SneakyThrows public static byte[] getSkinPart(@NonNull Skin skin, @NonNull Skin.Part part, int size) {