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 dlnintermediary net/minecraft/class_286named net/minecraft/client/render/BufferRenderer
-
Field Summary
Fields Modifier and Type Field Description private static intfield_27364private static intfield_27365 -
Constructor Summary
Constructors Constructor Description BufferRenderer() -
Method Summary
Modifier and Type Method Description private static voiddraw(ByteBuffer buffer, VertexFormat.DrawMode drawMode, VertexFormat vertexFormat, int int2, VertexFormat.IntType intType, int int3, boolean bool)static voiddraw(BufferBuilder bufferBuilder)
-
Field Details
-
field_27364
private static int field_27364- Mappings:
Namespace Name Mixin selector official aLdln;a:Iintermediary field_27364Lnet/minecraft/class_286;field_27364:Inamed field_27364Lnet/minecraft/client/render/BufferRenderer;field_27364:I
-
field_27365
private static int field_27365- Mappings:
Namespace Name Mixin selector official bLdln;b:Iintermediary field_27365Lnet/minecraft/class_286;field_27365:Inamed field_27365Lnet/minecraft/client/render/BufferRenderer;field_27365:I
-
-
Constructor Details
-
BufferRenderer
public BufferRenderer()
-
-
Method Details
-
draw
- Mappings:
Namespace Name Mixin selector official aLdln;a(Ldlm;)Vintermediary method_1309Lnet/minecraft/class_286;method_1309(Lnet/minecraft/class_287;)Vnamed drawLnet/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 aLdln;a(Ljava/nio/ByteBuffer;Ldlw$b;Ldlw;ILdlw$a;IZ)Vintermediary method_22639Lnet/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)Vnamed drawLnet/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
-