From bb92d40dd0f91d62569d60ac73b2438ae7c4b29d Mon Sep 17 00:00:00 2001 From: auoeke <44427720+auoeke@users.noreply.github.com> Date: Thu, 23 Dec 2021 14:19:54 +0000 Subject: [PATCH] Screen#{isPauseScreen -> shouldPause} (#2943) --- mappings/net/minecraft/client/gui/screen/Screen.mapping | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mappings/net/minecraft/client/gui/screen/Screen.mapping b/mappings/net/minecraft/client/gui/screen/Screen.mapping index f331f85e27..75aa30d651 100644 --- a/mappings/net/minecraft/client/gui/screen/Screen.mapping +++ b/mappings/net/minecraft/client/gui/screen/Screen.mapping @@ -66,7 +66,7 @@ CLASS net/minecraft/class_437 net/minecraft/client/gui/screen/Screen COMMENT

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