Screen#{isPauseScreen -> shouldPause} (#2943)

This commit is contained in:
auoeke 2021-12-23 14:19:54 +00:00 committed by GitHub
parent b996fd0fb8
commit bb92d40dd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ CLASS net/minecraft/class_437 net/minecraft/client/gui/screen/Screen
COMMENT <p>If the client is in a world, renders the translucent background gradient.
COMMENT Otherwise {@linkplain #renderBackgroundTexture(int) renders the background texture}.
ARG 1 matrices
METHOD method_25421 isPauseScreen ()Z
METHOD method_25421 shouldPause ()Z
METHOD method_25422 shouldCloseOnEsc ()Z
COMMENT Checks whether this screen should be closed when the escape key is pressed.
METHOD method_25423 init (Lnet/minecraft/class_310;II)V