rename extra `Sprite` classes (#3775)

This commit is contained in:
KikuGie 2024-02-01 16:41:23 +01:00 committed by GitHub
parent 2d6311e10a
commit 4bf445e095
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;