Package net.minecraft.client.render
Interface BufferVertexConsumer
- All Superinterfaces:
VertexConsumer
- All Known Implementing Classes:
BufferBuilder
- Mappings:
Namespace Name official dpgintermediary net/minecraft/class_4584named net/minecraft/client/render/BufferVertexConsumer
-
Field Summary
Fields inherited from interface net.minecraft.client.render.VertexConsumer
LOGGER -
Method Summary
Modifier and TypeMethodDescriptiondefault VertexConsumercolor(int red, int green, int blue, int alpha)default VertexConsumerlight(int u, int v)static bytemethod_24212(float float2)voiddefault VertexConsumernormal(float x, float y, float z)default VertexConsumeroverlay(int u, int v)voidputByte(int index, byte value)voidputFloat(int index, float value)voidputShort(int index, short value)default VertexConsumertexture(float u, float v)default VertexConsumertexture(short u, short v, int index)default VertexConsumervertex(double x, double y, double z)Methods inherited from interface net.minecraft.client.render.VertexConsumer
color, fixedColor, light, method_35666, next, normal, overlay, quad, quad, vertex, vertex
-
Method Details
-
getCurrentElement
VertexFormatElement getCurrentElement()- Mappings:
Namespace Name Mixin selector official hLdpg;h()Ldpp;intermediary method_22900Lnet/minecraft/class_4584;method_22900()Lnet/minecraft/class_296;named getCurrentElementLnet/minecraft/client/render/BufferVertexConsumer;getCurrentElement()Lnet/minecraft/client/render/VertexFormatElement;
-
nextElement
void nextElement()- Mappings:
Namespace Name Mixin selector official dLdpg;d()Vintermediary method_1325Lnet/minecraft/class_4584;method_1325()Vnamed nextElementLnet/minecraft/client/render/BufferVertexConsumer;nextElement()V
-
putByte
void putByte(int index, byte value)- Mappings:
Namespace Name Mixin selector official aLdpg;a(IB)Vintermediary method_22896Lnet/minecraft/class_4584;method_22896(IB)Vnamed putByteLnet/minecraft/client/render/BufferVertexConsumer;putByte(IB)V
-
putShort
void putShort(int index, short value)- Mappings:
Namespace Name Mixin selector official aLdpg;a(IS)Vintermediary method_22898Lnet/minecraft/class_4584;method_22898(IS)Vnamed putShortLnet/minecraft/client/render/BufferVertexConsumer;putShort(IS)V
-
putFloat
void putFloat(int index, float value)- Mappings:
Namespace Name Mixin selector official aLdpg;a(IF)Vintermediary method_22897Lnet/minecraft/class_4584;method_22897(IF)Vnamed putFloatLnet/minecraft/client/render/BufferVertexConsumer;putFloat(IF)V
-
vertex
- Specified by:
vertexin interfaceVertexConsumer- Mappings:
Namespace Name Mixin selector official aLdpn;a(DDD)Ldpn;intermediary method_22912Lnet/minecraft/class_4588;method_22912(DDD)Lnet/minecraft/class_4588;named vertexLnet/minecraft/client/render/VertexConsumer;vertex(DDD)Lnet/minecraft/client/render/VertexConsumer;
-
color
- Specified by:
colorin interfaceVertexConsumer- Mappings:
Namespace Name Mixin selector official aLdpn;a(IIII)Ldpn;intermediary method_1336Lnet/minecraft/class_4588;method_1336(IIII)Lnet/minecraft/class_4588;named colorLnet/minecraft/client/render/VertexConsumer;color(IIII)Lnet/minecraft/client/render/VertexConsumer;
-
texture
- Specified by:
texturein interfaceVertexConsumer- Mappings:
Namespace Name Mixin selector official aLdpn;a(FF)Ldpn;intermediary method_22913Lnet/minecraft/class_4588;method_22913(FF)Lnet/minecraft/class_4588;named textureLnet/minecraft/client/render/VertexConsumer;texture(FF)Lnet/minecraft/client/render/VertexConsumer;
-
overlay
- Specified by:
overlayin interfaceVertexConsumer- Mappings:
Namespace Name Mixin selector official aLdpn;a(II)Ldpn;intermediary method_22917Lnet/minecraft/class_4588;method_22917(II)Lnet/minecraft/class_4588;named overlayLnet/minecraft/client/render/VertexConsumer;overlay(II)Lnet/minecraft/client/render/VertexConsumer;
-
light
- Specified by:
lightin interfaceVertexConsumer- Mappings:
Namespace Name Mixin selector official bLdpn;b(II)Ldpn;intermediary method_22921Lnet/minecraft/class_4588;method_22921(II)Lnet/minecraft/class_4588;named lightLnet/minecraft/client/render/VertexConsumer;light(II)Lnet/minecraft/client/render/VertexConsumer;
-
texture
- Mappings:
Namespace Name Mixin selector official aLdpg;a(SSI)Ldpn;intermediary method_22899Lnet/minecraft/class_4584;method_22899(SSI)Lnet/minecraft/class_4588;named textureLnet/minecraft/client/render/BufferVertexConsumer;texture(SSI)Lnet/minecraft/client/render/VertexConsumer;
-
normal
- Specified by:
normalin interfaceVertexConsumer- Mappings:
Namespace Name Mixin selector official bLdpn;b(FFF)Ldpn;intermediary method_22914Lnet/minecraft/class_4588;method_22914(FFF)Lnet/minecraft/class_4588;named normalLnet/minecraft/client/render/VertexConsumer;normal(FFF)Lnet/minecraft/client/render/VertexConsumer;
-
method_24212
static byte method_24212(float float2)- Mappings:
Namespace Name Mixin selector official aLdpg;a(F)Bintermediary method_24212Lnet/minecraft/class_4584;method_24212(F)Bnamed method_24212Lnet/minecraft/client/render/BufferVertexConsumer;method_24212(F)B
-