Skip to content

Commit

Permalink
rename extra Sprite classes (#3775)
Browse files Browse the repository at this point in the history
  • Loading branch information
kikugie authored Feb 1, 2024
1 parent 2d6311e commit 4bf445e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 4bf445e

Please sign in to comment.