Adjustments to render layers (#1545)

This commit is contained in:
Vincent Lee 2020-07-09 12:44:57 -05:00 committed by GitHub
parent 099c461aff
commit 6f59e5c9c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 1 deletions

View File

@ -4,6 +4,7 @@ CLASS net/minecraft/class_4696 net/minecraft/client/render/RenderLayers
FIELD field_21472 fancyGraphicsOrBetter Z
METHOD method_23678 getItemLayer (Lnet/minecraft/class_1799;Z)Lnet/minecraft/class_1921;
ARG 0 stack
ARG 1 direct
METHOD method_23679 getBlockLayer (Lnet/minecraft/class_2680;)Lnet/minecraft/class_1921;
ARG 0 state
METHOD method_23680 getFluidLayer (Lnet/minecraft/class_3610;)Lnet/minecraft/class_1921;
@ -12,3 +13,5 @@ CLASS net/minecraft/class_4696 net/minecraft/client/render/RenderLayers
ARG 0 fancyGraphicsOrBetter
METHOD method_23683 getEntityBlockLayer (Lnet/minecraft/class_2680;Z)Lnet/minecraft/class_1921;
ARG 0 state
ARG 1 direct
METHOD method_29359 getMovingBlockLayer (Lnet/minecraft/class_2680;)Lnet/minecraft/class_1921;

View File

@ -18,6 +18,7 @@ CLASS net/minecraft/class_4722 net/minecraft/client/render/TexturedRenderLayers
FIELD field_21727 SHIELD_PATTERNS_RENDER_LAYER Lnet/minecraft/class_1921;
FIELD field_21728 SIGN_RENDER_LAYER Lnet/minecraft/class_1921;
FIELD field_21729 CHEST_RENDER_LAYER Lnet/minecraft/class_1921;
FIELD field_25286 ITEM_ENTITY_TRANSLUCENT_CULL Lnet/minecraft/class_1921;
METHOD method_24059 getBannerPatterns ()Lnet/minecraft/class_1921;
METHOD method_24062 getChestTexture (Lnet/minecraft/class_2586;Lnet/minecraft/class_2745;Z)Lnet/minecraft/class_4730;
ARG 0 blockEntity
@ -42,3 +43,4 @@ CLASS net/minecraft/class_4722 net/minecraft/client/render/TexturedRenderLayers
METHOD method_24073 getEntitySolid ()Lnet/minecraft/class_1921;
METHOD method_24074 getEntityCutout ()Lnet/minecraft/class_1921;
METHOD method_24076 getEntityTranslucentCull ()Lnet/minecraft/class_1921;
METHOD method_29382 getItemEntityTranslucentCull ()Lnet/minecraft/class_1921;

View File

@ -42,7 +42,7 @@ CLASS net/minecraft/class_918 net/minecraft/client/render/item/ItemRenderer
ARG 4 stack
ARG 5 light
ARG 6 overlay
METHOD method_23181 getArmorVertexConsumer (Lnet/minecraft/class_4597;Lnet/minecraft/class_1921;ZZ)Lnet/minecraft/class_4588;
METHOD method_23181 getGlintVertexConsumer (Lnet/minecraft/class_4597;Lnet/minecraft/class_1921;ZZ)Lnet/minecraft/class_4588;
ARG 0 vertexConsumers
ARG 1 layer
ARG 2 solid
@ -62,11 +62,18 @@ CLASS net/minecraft/class_918 net/minecraft/client/render/item/ItemRenderer
ARG 2 stack
ARG 3 x
ARG 4 y
METHOD method_27952 getArmorVertexConsumer (Lnet/minecraft/class_4597;Lnet/minecraft/class_1921;ZZ)Lnet/minecraft/class_4588;
ARG 3 glint
METHOD method_27953 renderInGui (Lnet/minecraft/class_1799;II)V
COMMENT Renders an item in a GUI without an attached entity.
ARG 1 stack
ARG 2 x
ARG 3 y
METHOD method_29711 getDirectGlintVertexConsumer (Lnet/minecraft/class_4597;Lnet/minecraft/class_1921;ZZ)Lnet/minecraft/class_4588;
ARG 1 layer
ARG 3 glint
METHOD method_30114 getTransformingGlintVertexConsumer (Lnet/minecraft/class_4597;Lnet/minecraft/class_1921;Lnet/minecraft/class_4587$class_4665;)Lnet/minecraft/class_4588;
METHOD method_30115 getTransformingDirectGlintVertexConsumer (Lnet/minecraft/class_4597;Lnet/minecraft/class_1921;Lnet/minecraft/class_4587$class_4665;)Lnet/minecraft/class_4588;
METHOD method_4004 renderGuiQuad (Lnet/minecraft/class_287;IIIIIIII)V
ARG 1 buffer
ARG 2 x

View File

@ -33,3 +33,4 @@ CLASS net/minecraft/class_809 net/minecraft/client/render/model/json/ModelTransf
ARG 2 json
ARG 3 key
CLASS class_811 Mode
METHOD method_29998 isFirstPerson ()Z