Map one class in rendersytem (#2025)

Signed-off-by: liach <liach@users.noreply.github.com>

Co-authored-by: liach <liach@users.noreply.github.com>
This commit is contained in:
liach 2021-02-07 07:31:16 -06:00 committed by GitHub
parent 9c612d4de6
commit d80319f717
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 2 deletions

View File

@ -236,12 +236,19 @@ CLASS com/mojang/blaze3d/systems/RenderSystem
ARG 2 width
ARG 3 height
CLASS class_5590 IndexBuffer
FIELD field_27332 sizeMultiplier I
FIELD field_27333 increment I
FIELD field_27334 indexMapper Lcom/mojang/blaze3d/systems/RenderSystem$class_5590$class_5591;
FIELD field_27335 id I
FIELD field_27336 vertexFormat Lnet/minecraft/class_293$class_5595;
FIELD field_27337 size I
METHOD method_31919 getId ()I
METHOD method_31920 grow (I)V
ARG 1 newSize
METHOD method_31922 (Ljava/nio/ByteBuffer;)Lit/unimi/dsi/fastutil/ints/IntConsumer;
METHOD method_31922 getIndexConsumer (Ljava/nio/ByteBuffer;)Lit/unimi/dsi/fastutil/ints/IntConsumer;
ARG 1 indicesBuffer
METHOD method_31924 getVertexFormat ()Lnet/minecraft/class_293$class_5595;
CLASS class_5591 IndexMapper
METHOD accept (Lit/unimi/dsi/fastutil/ints/IntConsumer;I)V
ARG 1 indexConsumer
ARG 2 vertexCount

View File

@ -33,5 +33,5 @@ CLASS net/minecraft/class_293 net/minecraft/client/render/VertexFormat
FIELD field_27383 mode I
METHOD <init> (Ljava/lang/String;IIII)V
ARG 3 mode
METHOD method_31973 (I)I
METHOD method_31973 getSize (I)I
ARG 1 vertexCount