Add javadoc for color parameters in TextRenderer (#1806)

This commit is contained in:
enbrain 2020-10-21 01:55:43 +09:00 committed by GitHub
parent 7ca052e978
commit 58ddb75642
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -26,6 +26,7 @@ CLASS net/minecraft/class_327 net/minecraft/client/font/TextRenderer
ARG 3 y
ARG 4 maxWidth
ARG 5 color
COMMENT the text color in the 0xAARRGGBB format
METHOD method_1713 getStringBoundedHeight (Ljava/lang/String;I)I
ARG 1 text
ARG 2 maxWidth
@ -38,6 +39,7 @@ CLASS net/minecraft/class_327 net/minecraft/client/font/TextRenderer
ARG 3 x
ARG 4 y
ARG 5 color
COMMENT the text color in the 0xAARRGGBB format
METHOD method_1721 mirror (Ljava/lang/String;)Ljava/lang/String;
ARG 1 text
METHOD method_1723 drawInternal (Lnet/minecraft/class_5481;FFIZLnet/minecraft/class_1159;Lnet/minecraft/class_4597;ZII)I
@ -74,6 +76,7 @@ CLASS net/minecraft/class_327 net/minecraft/client/font/TextRenderer
ARG 3 x
ARG 4 y
ARG 5 color
COMMENT the text color in the 0xAARRGGBB format
METHOD method_22941 draw (Lnet/minecraft/class_5481;FFILnet/minecraft/class_1159;Z)I
ARG 1 text
ARG 2 x
@ -86,6 +89,7 @@ CLASS net/minecraft/class_327 net/minecraft/client/font/TextRenderer
ARG 2 x
ARG 3 y
ARG 4 color
COMMENT the text color in the 0xAARRGGBB format
ARG 5 shadow
ARG 6 matrix
ARG 7 vertexConsumers
@ -102,6 +106,7 @@ CLASS net/minecraft/class_327 net/minecraft/client/font/TextRenderer
ARG 3 x
ARG 4 y
ARG 5 color
COMMENT the text color in the 0xAARRGGBB format
METHOD method_27520 draw (Ljava/lang/String;FFILnet/minecraft/class_1159;ZZ)I
ARG 1 text
ARG 2 x
@ -115,6 +120,7 @@ CLASS net/minecraft/class_327 net/minecraft/client/font/TextRenderer
ARG 2 x
ARG 3 y
ARG 4 color
COMMENT the text color in the 0xAARRGGBB format
ARG 5 shadow
ARG 6 matrix
ARG 7 vertexConsumers
@ -126,6 +132,7 @@ CLASS net/minecraft/class_327 net/minecraft/client/font/TextRenderer
ARG 2 x
ARG 3 y
ARG 4 color
COMMENT the text color in the 0xAARRGGBB format
ARG 5 shadow
ARG 6 matrix
ARG 7 vertexConsumers
@ -151,6 +158,7 @@ CLASS net/minecraft/class_327 net/minecraft/client/font/TextRenderer
ARG 3 x
ARG 4 y
ARG 5 color
COMMENT the text color in the 0xAARRGGBB format
METHOD method_27529 drawInternal (Ljava/lang/String;FFIZLnet/minecraft/class_1159;Lnet/minecraft/class_4597;ZIIZ)I
ARG 1 text
ARG 2 x
@ -180,6 +188,7 @@ CLASS net/minecraft/class_327 net/minecraft/client/font/TextRenderer
ARG 3 x
ARG 4 y
ARG 5 color
COMMENT the text color in the 0xAARRGGBB format
ARG 6 rightToLeft
METHOD method_30880 getWidth (Lnet/minecraft/class_5481;)I
ARG 1 text
@ -189,11 +198,13 @@ CLASS net/minecraft/class_327 net/minecraft/client/font/TextRenderer
ARG 3 x
ARG 4 y
ARG 5 color
COMMENT the text color in the 0xAARRGGBB format
METHOD method_30882 draw (Lnet/minecraft/class_2561;FFIZLnet/minecraft/class_1159;Lnet/minecraft/class_4597;ZII)I
ARG 1 text
ARG 2 x
ARG 3 y
ARG 4 color
COMMENT the text color in the 0xAARRGGBB format
ARG 5 shadow
ARG 6 matrix
ARG 7 vertexConsumers
@ -206,6 +217,7 @@ CLASS net/minecraft/class_327 net/minecraft/client/font/TextRenderer
ARG 3 x
ARG 4 y
ARG 5 color
COMMENT the text color in the 0xAARRGGBB format
CLASS class_5232 Drawer
FIELD field_24239 vertexConsumers Lnet/minecraft/class_4597;
FIELD field_24241 shadow Z