Rename Screen#removed and Screen#onClose (#2987)

* Rename Screen#removed and Screen#onClose

* Revert onClose -> removed rename
This commit is contained in:
Noah van der Aa 2022-02-09 12:37:36 +01:00 committed by GitHub
parent 88ca0afebd
commit 054f9cc569
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ CLASS net/minecraft/class_445 net/minecraft/client/gui/screen/CreditsScreen
METHOD <init> (ZLjava/lang/Runnable;)V
ARG 1 endCredits
ARG 2 finishAction
METHOD method_2257 close ()V
METHOD method_2257 closeScreen ()V
METHOD method_2258 renderBackground ()V
METHOD method_29347 (Lnet/minecraft/class_4587;Ljava/lang/Integer;Ljava/lang/Integer;)V
ARG 2 x

View File

@ -59,7 +59,7 @@ CLASS net/minecraft/class_437 net/minecraft/client/gui/screen/Screen
ARG 2 style
ARG 3 x
ARG 4 y
METHOD method_25419 onClose ()V
METHOD method_25419 close ()V
METHOD method_25420 renderBackground (Lnet/minecraft/class_4587;)V
COMMENT Renders the background of this screen.
COMMENT