Rename Sprite.getId to getAtlasId (#3418)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Shnupbups <shnupbups@gmail.com>
This commit is contained in:
enbrain 2022-11-23 02:21:30 +09:00 committed by GitHub
parent a6fef56a18
commit d68e3fd1c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
CLASS net/minecraft/class_1058 net/minecraft/client/texture/Sprite
FIELD field_40552 id Lnet/minecraft/class_2960;
FIELD field_40552 atlasId Lnet/minecraft/class_2960;
FIELD field_40553 contents Lnet/minecraft/class_7764;
FIELD field_5256 y I
FIELD field_5258 x I
@ -8,7 +8,7 @@ CLASS net/minecraft/class_1058 net/minecraft/client/texture/Sprite
FIELD field_5269 uMax F
FIELD field_5270 uMin F
METHOD <init> (Lnet/minecraft/class_2960;Lnet/minecraft/class_7764;IIII)V
ARG 1 id
ARG 1 atlasId
ARG 2 contents
ARG 3 maxLevel
ARG 4 atlasWidth
@ -29,7 +29,7 @@ CLASS net/minecraft/class_1058 net/minecraft/client/texture/Sprite
ARG 1 frame
METHOD method_4584 upload ()V
METHOD method_45851 getContents ()Lnet/minecraft/class_7764;
METHOD method_45852 getId ()Lnet/minecraft/class_2960;
METHOD method_45852 getAtlasId ()Lnet/minecraft/class_2960;
METHOD method_4593 getMinV ()F
METHOD method_4594 getMinU ()F
CLASS class_7770 TickableAnimation