From 1d4e5813b5c4d85eb9e4f3b2926dcfaa5da7a20e Mon Sep 17 00:00:00 2001 From: Frank Date: Fri, 11 Jun 2021 13:32:32 +0200 Subject: [PATCH] Mapping for `TextRenderer method_37296` (#2488) --- .../net/minecraft/client/font/TextRenderer.mapping | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/mappings/net/minecraft/client/font/TextRenderer.mapping b/mappings/net/minecraft/client/font/TextRenderer.mapping index a3507bd190..2cabeb5419 100644 --- a/mappings/net/minecraft/client/font/TextRenderer.mapping +++ b/mappings/net/minecraft/client/font/TextRenderer.mapping @@ -249,6 +249,17 @@ CLASS net/minecraft/class_327 net/minecraft/client/font/TextRenderer ARG 4 y ARG 5 color COMMENT the text color in the 0xAARRGGBB format + METHOD method_37296 drawWithOutline (Lnet/minecraft/class_5481;FFIILnet/minecraft/class_1159;Lnet/minecraft/class_4597;I)V + ARG 1 text + ARG 2 x + ARG 3 y + ARG 4 color + COMMENT the text color in 0xAARRGGBB + ARG 5 outlineColor + COMMENT the outline color in 0xAARRGGBB + ARG 6 matrix + ARG 7 vertexConsumers + ARG 8 light CLASS class_5232 Drawer FIELD field_24239 vertexConsumers Lnet/minecraft/class_4597; FIELD field_24241 shadow Z