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