Skip to content

Commit

Permalink
Update method names in DefaultSkinHelper to reflect new return type
Browse files Browse the repository at this point in the history
  • Loading branch information
enjarai authored Oct 4, 2023
1 parent 1a5fab5 commit 6e43b6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mappings/net/minecraft/client/util/DefaultSkinHelper.mapping
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
CLASS net/minecraft/class_1068 net/minecraft/client/util/DefaultSkinHelper
FIELD field_41121 SKINS [Lnet/minecraft/class_8685;
METHOD method_4648 getTexture (Ljava/util/UUID;)Lnet/minecraft/class_8685;
METHOD method_4648 getSkinTextures (Ljava/util/UUID;)Lnet/minecraft/class_8685;
ARG 0 uuid
METHOD method_4649 getTexture ()Lnet/minecraft/class_2960;
METHOD method_52854 getTexture (Lcom/mojang/authlib/GameProfile;)Lnet/minecraft/class_8685;
METHOD method_52854 getSkinTextures (Lcom/mojang/authlib/GameProfile;)Lnet/minecraft/class_8685;
ARG 0 profile
METHOD method_52855 createSkinTextures (Ljava/lang/String;Lnet/minecraft/class_8685$class_7920;)Lnet/minecraft/class_8685;
ARG 0 texture
Expand Down

0 comments on commit 6e43b6c

Please sign in to comment.