A few unnamed item renderer stuff (#2547)

Signed-off-by: liach <liach@users.noreply.github.com>
This commit is contained in:
liach 2021-07-04 10:39:31 -05:00 committed by GitHub
parent ab850df1d7
commit 0bcc427a29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -68,6 +68,7 @@ CLASS net/minecraft/class_918 net/minecraft/client/render/item/ItemRenderer
ARG 2 stack
ARG 3 x
ARG 4 y
ARG 5 seed
METHOD method_27952 getArmorGlintConsumer (Lnet/minecraft/class_4597;Lnet/minecraft/class_1921;ZZ)Lnet/minecraft/class_4588;
ARG 0 provider
ARG 1 layer
@ -95,6 +96,19 @@ CLASS net/minecraft/class_918 net/minecraft/client/render/item/ItemRenderer
ARG 1 stack
ARG 2 x
ARG 3 y
ARG 4 seed
METHOD method_36542 renderInGuiWithOverrides (Lnet/minecraft/class_1799;IIII)V
ARG 1 stack
ARG 2 x
ARG 3 y
ARG 4 seed
ARG 5 depth
METHOD method_36543 innerRenderInGui (Lnet/minecraft/class_1309;Lnet/minecraft/class_1799;III)V
ARG 1 entity
ARG 2 stack
ARG 3 x
ARG 4 y
ARG 5 seed
METHOD method_4004 renderGuiQuad (Lnet/minecraft/class_287;IIIIIIII)V
ARG 1 buffer
ARG 2 x
@ -145,3 +159,5 @@ CLASS net/minecraft/class_918 net/minecraft/client/render/item/ItemRenderer
ARG 2 itemStack
ARG 3 x
ARG 4 y
ARG 5 seed
ARG 6 depth