From e7c2e1d106938a432d524337569dcd3ec64d6a9b Mon Sep 17 00:00:00 2001 From: apple502j <33279053+apple502j@users.noreply.github.com> Date: Tue, 15 Oct 2024 22:57:17 +0900 Subject: [PATCH] 1.21.2-pre4 stuff (#4025) --- mappings/net/minecraft/client/font/TextRenderer.mapping | 7 +++++++ .../client/gui/screen/recipebook/RecipeBookWidget.mapping | 1 + mappings/net/minecraft/world/chunk/Chunk.mapping | 1 + 3 files changed, 9 insertions(+) diff --git a/mappings/net/minecraft/client/font/TextRenderer.mapping b/mappings/net/minecraft/client/font/TextRenderer.mapping index 909cd5917d..75516c7201 100644 --- a/mappings/net/minecraft/client/font/TextRenderer.mapping +++ b/mappings/net/minecraft/client/font/TextRenderer.mapping @@ -86,6 +86,7 @@ CLASS net/minecraft/class_327 net/minecraft/client/font/TextRenderer ARG 1 codePoint ARG 2 style METHOD method_27521 draw (Ljava/lang/String;FFIZLorg/joml/Matrix4f;Lnet/minecraft/class_4597;Lnet/minecraft/class_327$class_6415;II)I + ARG 1 text ARG 2 x ARG 3 y ARG 4 color @@ -97,6 +98,7 @@ CLASS net/minecraft/class_327 net/minecraft/client/font/TextRenderer ARG 9 backgroundColor ARG 10 light METHOD method_27522 draw (Lnet/minecraft/class_2561;FFIZLorg/joml/Matrix4f;Lnet/minecraft/class_4597;Lnet/minecraft/class_327$class_6415;II)I + ARG 1 text ARG 2 x ARG 3 y ARG 4 color @@ -166,6 +168,7 @@ CLASS net/minecraft/class_327 net/minecraft/client/font/TextRenderer ARG 8 layerType ARG 9 backgroundColor ARG 10 light + ARG 11 swapZIndex METHOD method_37296 drawWithOutline (Lnet/minecraft/class_5481;FFIILorg/joml/Matrix4f;Lnet/minecraft/class_4597;I)V ARG 1 text ARG 2 x @@ -200,6 +203,7 @@ CLASS net/minecraft/class_327 net/minecraft/client/font/TextRenderer FIELD field_54817 color I FIELD field_54818 backgroundColor I FIELD field_54911 glyphs Ljava/util/List; + FIELD field_54973 swapZIndex Z METHOD (Lnet/minecraft/class_327;Lnet/minecraft/class_4597;FFIIZLorg/joml/Matrix4f;Lnet/minecraft/class_327$class_6415;IZ)V ARG 2 vertexConsumers ARG 3 x @@ -210,6 +214,7 @@ CLASS net/minecraft/class_327 net/minecraft/client/font/TextRenderer ARG 8 matrix ARG 9 layerType ARG 10 light + ARG 11 swapZIndex METHOD (Lnet/minecraft/class_327;Lnet/minecraft/class_4597;FFIZLorg/joml/Matrix4f;Lnet/minecraft/class_327$class_6415;I)V ARG 2 vertexConsumers ARG 3 x @@ -224,4 +229,6 @@ CLASS net/minecraft/class_327 net/minecraft/client/font/TextRenderer METHOD method_27532 addRectangle (Lnet/minecraft/class_382$class_328;)V ARG 1 rectangle METHOD method_65050 drawGlyphs ()V + METHOD method_65070 getForegroundZIndex ()F + METHOD method_65071 getBackgroundZIndex ()F CLASS class_6415 TextLayerType diff --git a/mappings/net/minecraft/client/gui/screen/recipebook/RecipeBookWidget.mapping b/mappings/net/minecraft/client/gui/screen/recipebook/RecipeBookWidget.mapping index 44dfcfdc79..799c5ef5f4 100644 --- a/mappings/net/minecraft/client/gui/screen/recipebook/RecipeBookWidget.mapping +++ b/mappings/net/minecraft/client/gui/screen/recipebook/RecipeBookWidget.mapping @@ -108,6 +108,7 @@ CLASS net/minecraft/class_507 net/minecraft/client/gui/screen/recipebook/RecipeB ARG 1 recipeId METHOD method_64877 (Lnet/minecraft/class_516;)Z ARG 0 resultCollection + METHOD method_65072 populateAllRecipes ()V CLASS class_10329 Tab METHOD (Lnet/minecraft/class_10331;)V ARG 1 type diff --git a/mappings/net/minecraft/world/chunk/Chunk.mapping b/mappings/net/minecraft/world/chunk/Chunk.mapping index ada4799a7d..f75330b075 100644 --- a/mappings/net/minecraft/world/chunk/Chunk.mapping +++ b/mappings/net/minecraft/world/chunk/Chunk.mapping @@ -128,4 +128,5 @@ CLASS net/minecraft/class_2791 net/minecraft/world/chunk/Chunk ARG 1 sectionCoord METHOD method_65063 markNeedsSaving ()V METHOD method_65064 tryMarkSaved ()Z + METHOD method_65069 isSerializable ()Z CLASS class_6745 TickSchedulers