Mapped MultilineTextWidget (#3421)

This commit is contained in:
Kevinthegreat 2022-11-22 14:18:20 -05:00 committed by GitHub
parent d68e3fd1c5
commit b7b99a15f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
CLASS net/minecraft/class_7940 net/minecraft/client/gui/widget/MultilineTextWidget
FIELD field_41341 text Lnet/minecraft/class_5489;
FIELD field_41342 fontHeight I
FIELD field_41343 centered Z
METHOD <init> (Lnet/minecraft/class_5489;Lnet/minecraft/class_327;Lnet/minecraft/class_2561;Z)V
ARG 1 multilineText
ARG 2 textRenderer
ARG 3 text
ARG 4 centered
METHOD method_47617 createCentered (ILnet/minecraft/class_327;Lnet/minecraft/class_2561;)Lnet/minecraft/class_7940;
ARG 0 width
ARG 1 textRenderer
ARG 2 text
METHOD method_47618 createNonCentered (ILnet/minecraft/class_327;Lnet/minecraft/class_2561;)Lnet/minecraft/class_7940;
ARG 0 width
ARG 1 textRenderer
ARG 2 text