Package net.minecraft.client.render
Class BufferRenderer
java.lang.Object
net.minecraft.client.render.BufferRenderer
@Environment(CLIENT) public class BufferRenderer extends Object
- Mappings:
Namespace Name official dln
intermediary net/minecraft/class_286
named net/minecraft/client/render/BufferRenderer
-
Field Summary
Fields Modifier and Type Field Description private static int
field_27364
private static int
field_27365
-
Constructor Summary
Constructors Constructor Description BufferRenderer()
-
Method Summary
Modifier and Type Method Description private static void
draw(ByteBuffer buffer, VertexFormat.DrawMode drawMode, VertexFormat vertexFormat, int int2, VertexFormat.IntType intType, int int3, boolean bool)
static void
draw(BufferBuilder bufferBuilder)
-
Field Details
-
field_27364
private static int field_27364- Mappings:
Namespace Name Mixin selector official a
Ldln;a:I
intermediary field_27364
Lnet/minecraft/class_286;field_27364:I
named field_27364
Lnet/minecraft/client/render/BufferRenderer;field_27364:I
-
field_27365
private static int field_27365- Mappings:
Namespace Name Mixin selector official b
Ldln;b:I
intermediary field_27365
Lnet/minecraft/class_286;field_27365:I
named field_27365
Lnet/minecraft/client/render/BufferRenderer;field_27365:I
-
-
Constructor Details
-
BufferRenderer
public BufferRenderer()
-
-
Method Details
-
draw
- Mappings:
Namespace Name Mixin selector official a
Ldln;a(Ldlm;)V
intermediary method_1309
Lnet/minecraft/class_286;method_1309(Lnet/minecraft/class_287;)V
named draw
Lnet/minecraft/client/render/BufferRenderer;draw(Lnet/minecraft/client/render/BufferBuilder;)V
-
draw
private static void draw(ByteBuffer buffer, VertexFormat.DrawMode drawMode, VertexFormat vertexFormat, int int2, VertexFormat.IntType intType, int int3, boolean bool)- Mappings:
Namespace Name Mixin selector official a
Ldln;a(Ljava/nio/ByteBuffer;Ldlw$b;Ldlw;ILdlw$a;IZ)V
intermediary method_22639
Lnet/minecraft/class_286;method_22639(Ljava/nio/ByteBuffer;Lnet/minecraft/class_293$class_5596;Lnet/minecraft/class_293;ILnet/minecraft/class_293$class_5595;IZ)V
named draw
Lnet/minecraft/client/render/BufferRenderer;draw(Ljava/nio/ByteBuffer;Lnet/minecraft/client/render/VertexFormat$DrawMode;Lnet/minecraft/client/render/VertexFormat;ILnet/minecraft/client/render/VertexFormat$IntType;IZ)V
-