rename extra `Sprite` classes

This commit is contained in:
Kikugie 2024-01-26 23:48:32 +01:00
parent a8ff75718a
commit 3c05202424
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ CLASS net/minecraft/class_5682 net/minecraft/client/gui/tooltip/BundleTooltipCom
METHOD method_33290 getRows ()I
METHOD method_52755 getColumnsWidth ()I
METHOD method_52756 getRowsHeight ()I
CLASS class_5771 Sprite
CLASS class_5771 SlotSprite
FIELD field_28370 width I
FIELD field_28371 height I
FIELD field_45507 texture Lnet/minecraft/class_2960;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_7958 net/minecraft/client/texture/atlas/Sprite
CLASS net/minecraft/class_7958 net/minecraft/client/texture/atlas/AtlasSprite
FIELD field_41416 id Lnet/minecraft/class_2960;
FIELD field_41417 resource Lnet/minecraft/class_3298;
FIELD field_41418 image Ljava/util/concurrent/atomic/AtomicReference;