Update method names in DefaultSkinHelper to reflect new return type (#3681)

This commit is contained in:
enjarai 2023-10-04 21:36:24 +02:00 committed by GitHub
parent 1a5fab57aa
commit 36373c69e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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