Fix the parameters of type MatrixStack (#2694)

This commit is contained in:
enbrain 2021-09-21 00:51:19 +09:00 committed by GitHub
parent 0f92f13aa1
commit 8abe3202a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 10 deletions

View File

@ -39,7 +39,7 @@ CLASS net/minecraft/class_630 net/minecraft/client/model/ModelPart
ARG 7 blue
ARG 8 alpha
METHOD method_22703 rotate (Lnet/minecraft/class_4587;)V
ARG 1 matrix
ARG 1 matrices
METHOD method_2851 setPivot (FFF)V
ARG 1 x
ARG 2 y

View File

@ -132,7 +132,7 @@ CLASS net/minecraft/class_757 net/minecraft/client/render/GameRenderer
METHOD method_3188 renderWorld (FJLnet/minecraft/class_4587;)V
ARG 1 tickDelta
ARG 2 limitTime
ARG 4 matrix
ARG 4 matrices
METHOD method_3189 showFloatingItem (Lnet/minecraft/class_1799;)V
ARG 1 floatingItem
METHOD method_3190 updateTargetedEntity (F)V

View File

@ -28,7 +28,7 @@ CLASS net/minecraft/class_778 net/minecraft/client/render/block/BlockModelRender
ARG 2 model
ARG 3 state
ARG 4 pos
ARG 5 buffer
ARG 5 matrices
ARG 6 vertexConsumer
ARG 7 cull
ARG 8 random
@ -38,7 +38,7 @@ CLASS net/minecraft/class_778 net/minecraft/client/render/block/BlockModelRender
ARG 1 world
ARG 2 state
ARG 3 pos
ARG 4 matrix
ARG 4 matrices
ARG 5 vertexConsumer
ARG 6 quads
ARG 7 box
@ -70,7 +70,7 @@ CLASS net/minecraft/class_778 net/minecraft/client/render/block/BlockModelRender
ARG 2 model
ARG 3 state
ARG 4 pos
ARG 5 buffer
ARG 5 matrices
ARG 6 vertexConsumer
ARG 7 cull
ARG 8 random
@ -79,7 +79,7 @@ CLASS net/minecraft/class_778 net/minecraft/client/render/block/BlockModelRender
ARG 2 model
ARG 3 state
ARG 4 pos
ARG 5 matrix
ARG 5 matrices
ARG 6 vertexConsumer
ARG 7 cull
ARG 8 random

View File

@ -13,7 +13,7 @@ CLASS net/minecraft/class_776 net/minecraft/client/render/block/BlockRenderManag
ARG 1 state
ARG 2 pos
ARG 3 world
ARG 4 matrix
ARG 4 matrices
ARG 5 vertexConsumer
METHOD method_3349 getModel (Lnet/minecraft/class_2680;)Lnet/minecraft/class_1087;
ARG 1 state
@ -34,7 +34,7 @@ CLASS net/minecraft/class_776 net/minecraft/client/render/block/BlockRenderManag
ARG 1 state
ARG 2 pos
ARG 3 world
ARG 4 matrix
ARG 4 matrices
ARG 5 vertexConsumer
ARG 6 cull
ARG 7 random

View File

@ -9,7 +9,7 @@ CLASS net/minecraft/class_825 net/minecraft/client/render/block/entity/BedBlockE
METHOD method_32136 getHeadTexturedModelData ()Lnet/minecraft/class_5607;
METHOD method_32137 getFootTexturedModelData ()Lnet/minecraft/class_5607;
METHOD method_3558 renderPart (Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;Lnet/minecraft/class_630;Lnet/minecraft/class_2350;Lnet/minecraft/class_4730;IIZ)V
ARG 1 matrix
ARG 1 matrices
ARG 2 vertexConsumers
ARG 3 part
ARG 4 direction

View File

@ -36,5 +36,5 @@ CLASS net/minecraft/class_824 net/minecraft/client/render/block/entity/BlockEnti
METHOD method_3555 render (Lnet/minecraft/class_2586;FLnet/minecraft/class_4587;Lnet/minecraft/class_4597;)V
ARG 1 blockEntity
ARG 2 tickDelta
ARG 3 matrix
ARG 3 matrices
ARG 4 vertexConsumers