yarn/mappings/net/minecraft/client/render/BufferRenderer.mapping

28 lines
1.3 KiB
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_286 net/minecraft/client/render/BufferRenderer
COMMENT Containing methods for immediately drawing a buffer built with {@link
COMMENT BufferBuilder}.
FIELD field_38982 currentVertexBuffer Lnet/minecraft/class_291;
2022-11-02 10:30:38 -04:00
METHOD method_34420 reset ()V
2022-04-27 13:09:08 -04:00
METHOD method_43433 drawWithShader (Lnet/minecraft/class_287$class_7433;)V
COMMENT Draws {@code buffer} using the shader specified with {@link
COMMENT com.mojang.blaze3d.systems.RenderSystem#setShader
COMMENT RenderSystem#setShader}
2022-05-17 05:57:10 -04:00
ARG 0 buffer
2022-11-02 10:30:38 -04:00
METHOD method_43434 bind (Lnet/minecraft/class_291;)V
ARG 0 vertexBuffer
2022-11-02 10:30:38 -04:00
METHOD method_43435 bind (Lnet/minecraft/class_293;)Lnet/minecraft/class_291;
ARG 0 vertexFormat
METHOD method_43436 resetCurrentVertexBuffer ()V
2022-11-02 10:30:38 -04:00
METHOD method_43437 draw (Lnet/minecraft/class_287$class_7433;)V
COMMENT Draws {@code buffer}.
COMMENT
COMMENT <p>Unlike {@link #drawWithShader}, the shader cannot be specified with
COMMENT {@link com.mojang.blaze3d.systems.RenderSystem#setShader
COMMENT RenderSystem#setShader}. The caller of this method must manually bind a
COMMENT shader before calling this method.
2022-05-17 05:57:10 -04:00
ARG 0 buffer
2022-04-27 13:09:08 -04:00
METHOD method_43438 drawWithShaderInternal (Lnet/minecraft/class_287$class_7433;)V
2022-05-17 05:57:10 -04:00
ARG 0 buffer
2022-11-02 10:30:38 -04:00
METHOD method_43439 upload (Lnet/minecraft/class_287$class_7433;)Lnet/minecraft/class_291;
2022-05-17 05:57:10 -04:00
ARG 0 buffer