Package net.minecraft.client.render
Class BufferRenderer
java.lang.Object
net.minecraft.client.render.BufferRenderer
- Mappings:
Namespace Name official dxv
intermediary net/minecraft/class_286
named net/minecraft/client/render/BufferRenderer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static void
bindAndSet
(VertexBuffer vertexBuffer) private static VertexBuffer
bindAndSet
(VertexFormat vertexFormat) static void
drawWithoutShader
(BufferBuilder.class_7433 class_7433) static void
drawWithShader
(BufferBuilder.class_7433 class_7433) private static void
drawWithShaderInternal
(BufferBuilder.class_7433 class_7433) private static @Nullable VertexBuffer
getVertexBuffer
(BufferBuilder.class_7433 class_7433) static void
static void
-
Field Details
-
currentVertexBuffer
- Mappings:
Namespace Name Mixin selector official a
Ldxv;a:Ldyc;
intermediary field_38982
Lnet/minecraft/class_286;field_38982:Lnet/minecraft/class_291;
named currentVertexBuffer
Lnet/minecraft/client/render/BufferRenderer;currentVertexBuffer:Lnet/minecraft/client/gl/VertexBuffer;
-
-
Constructor Details
-
BufferRenderer
public BufferRenderer()
-
-
Method Details
-
unbindAll
public static void unbindAll()- Mappings:
Namespace Name Mixin selector official a
Ldxv;a()V
intermediary method_34420
Lnet/minecraft/class_286;method_34420()V
named unbindAll
Lnet/minecraft/client/render/BufferRenderer;unbindAll()V
-
resetCurrentVertexBuffer
public static void resetCurrentVertexBuffer()- Mappings:
Namespace Name Mixin selector official b
Ldxv;b()V
intermediary method_43436
Lnet/minecraft/class_286;method_43436()V
named resetCurrentVertexBuffer
Lnet/minecraft/client/render/BufferRenderer;resetCurrentVertexBuffer()V
-
drawWithShader
- Mappings:
Namespace Name Mixin selector official a
Ldxv;a(Ldxu$b;)V
intermediary method_43433
Lnet/minecraft/class_286;method_43433(Lnet/minecraft/class_287$class_7433;)V
named drawWithShader
Lnet/minecraft/client/render/BufferRenderer;drawWithShader(Lnet/minecraft/client/render/BufferBuilder$class_7433;)V
-
drawWithShaderInternal
- Mappings:
Namespace Name Mixin selector official c
Ldxv;c(Ldxu$b;)V
intermediary method_43438
Lnet/minecraft/class_286;method_43438(Lnet/minecraft/class_287$class_7433;)V
named drawWithShaderInternal
Lnet/minecraft/client/render/BufferRenderer;drawWithShaderInternal(Lnet/minecraft/client/render/BufferBuilder$class_7433;)V
-
drawWithoutShader
- Mappings:
Namespace Name Mixin selector official b
Ldxv;b(Ldxu$b;)V
intermediary method_43437
Lnet/minecraft/class_286;method_43437(Lnet/minecraft/class_287$class_7433;)V
named drawWithoutShader
Lnet/minecraft/client/render/BufferRenderer;drawWithoutShader(Lnet/minecraft/client/render/BufferBuilder$class_7433;)V
-
getVertexBuffer
@Nullable private static @Nullable VertexBuffer getVertexBuffer(BufferBuilder.class_7433 class_7433) - Mappings:
Namespace Name Mixin selector official d
Ldxv;d(Ldxu$b;)Ldyc;
intermediary method_43439
Lnet/minecraft/class_286;method_43439(Lnet/minecraft/class_287$class_7433;)Lnet/minecraft/class_291;
named getVertexBuffer
Lnet/minecraft/client/render/BufferRenderer;getVertexBuffer(Lnet/minecraft/client/render/BufferBuilder$class_7433;)Lnet/minecraft/client/gl/VertexBuffer;
-
bindAndSet
- Mappings:
Namespace Name Mixin selector official a
Ldxv;a(Ldye;)Ldyc;
intermediary method_43435
Lnet/minecraft/class_286;method_43435(Lnet/minecraft/class_293;)Lnet/minecraft/class_291;
named bindAndSet
Lnet/minecraft/client/render/BufferRenderer;bindAndSet(Lnet/minecraft/client/render/VertexFormat;)Lnet/minecraft/client/gl/VertexBuffer;
-
bindAndSet
- Mappings:
Namespace Name Mixin selector official a
Ldxv;a(Ldyc;)V
intermediary method_43434
Lnet/minecraft/class_286;method_43434(Lnet/minecraft/class_291;)V
named bindAndSet
Lnet/minecraft/client/render/BufferRenderer;bindAndSet(Lnet/minecraft/client/gl/VertexBuffer;)V
-