Package net.minecraft.client.render
Class VertexConsumers.Dual
java.lang.Object
net.minecraft.client.render.VertexConsumers.Dual
- All Implemented Interfaces:
- VertexConsumer
- Enclosing class:
- VertexConsumers
@Environment(CLIENT)
private static class VertexConsumers.Dual
extends Object
implements VertexConsumer
- Mappings:
- Namespace - Name - named - net/minecraft/client/render/VertexConsumers$Dual- intermediary - net/minecraft/class_4720$class_4589- official - flh$a
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncolor(int red, int green, int blue, int alpha) Specifies theof the current vertex.invalid referencecolor element light(int u, int v) Specifies theof the current vertex.invalid referencelight element normal(float x, float y, float z) Specifies theof the current vertex.invalid referencenormal element overlay(int u, int v) Specifies theof the current vertex.invalid referenceoverlay element texture(float u, float v) Specifies theof the current vertex.invalid referencetexture element vertex(float x, float y, float z) Specifies theof the current vertex.invalid referenceposition element voidvertex(float x, float y, float z, int color, float u, float v, int overlay, int light, float normalX, float normalY, float normalZ) Specifies the,invalid referenceposition ,invalid referencecolor ,invalid referencetexture ,invalid referenceoverlay , andinvalid referencelight elements of the current vertex and starts consuming the next vertex.invalid referencenormal 
- 
Field Details- 
first- Mappings:
- Namespace - Name - Mixin selector - named - first- Lnet/minecraft/client/render/VertexConsumers$Dual;first:Lnet/minecraft/client/render/VertexConsumer;- intermediary - field_21685- Lnet/minecraft/class_4720$class_4589;field_21685:Lnet/minecraft/class_4588;- official - a- Lflh$a;a:Lflg;
 
- 
second- Mappings:
- Namespace - Name - Mixin selector - named - second- Lnet/minecraft/client/render/VertexConsumers$Dual;second:Lnet/minecraft/client/render/VertexConsumer;- intermediary - field_21686- Lnet/minecraft/class_4720$class_4589;field_21686:Lnet/minecraft/class_4588;- official - b- Lflh$a;b:Lflg;
 
 
- 
- 
Constructor Details- 
Dual- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/client/render/VertexConsumers$Dual;<init>(Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/client/render/VertexConsumer;)V- intermediary - <init>- Lnet/minecraft/class_4720$class_4589;<init>(Lnet/minecraft/class_4588;Lnet/minecraft/class_4588;)V- official - <init>- Lflh$a;<init>(Lflg;Lflg;)V
 
 
- 
- 
Method Details- 
vertexSpecifies theof the current vertex.invalid referenceposition element This is typically the first element in a vertex, hence the name. - Specified by:
- vertexin interface- VertexConsumer
- Returns:
- this consumer, for chaining
- Throws:
- IllegalStateException- if this consumer is not currently accepting a position element.
- Mappings:
- Namespace - Name - Mixin selector - named - vertex- Lnet/minecraft/client/render/VertexConsumer;vertex(FFF)Lnet/minecraft/client/render/VertexConsumer;- intermediary - method_22912- Lnet/minecraft/class_4588;method_22912(FFF)Lnet/minecraft/class_4588;- official - a- Lflg;a(FFF)Lflg;
 
- 
colorSpecifies theof the current vertex.invalid referencecolor element - Specified by:
- colorin interface- VertexConsumer
- Returns:
- this consumer, for chaining
- Throws:
- IllegalStateException- if this consumer is not currently accepting a color element or if a color has been set in.- invalid reference- #fixedColor
- Mappings:
- Namespace - Name - Mixin selector - named - color- Lnet/minecraft/client/render/VertexConsumer;color(IIII)Lnet/minecraft/client/render/VertexConsumer;- intermediary - method_1336- Lnet/minecraft/class_4588;method_1336(IIII)Lnet/minecraft/class_4588;- official - a- Lflg;a(IIII)Lflg;
 
- 
textureSpecifies theof the current vertex.invalid referencetexture element - Specified by:
- texturein interface- VertexConsumer
- Returns:
- this consumer, for chaining
- Throws:
- IllegalStateException- if this consumer is not currently accepting a texture element.
- Mappings:
- Namespace - Name - Mixin selector - named - texture- Lnet/minecraft/client/render/VertexConsumer;texture(FF)Lnet/minecraft/client/render/VertexConsumer;- intermediary - method_22913- Lnet/minecraft/class_4588;method_22913(FF)Lnet/minecraft/class_4588;- official - a- Lflg;a(FF)Lflg;
 
- 
overlaySpecifies theof the current vertex.invalid referenceoverlay element - Specified by:
- overlayin interface- VertexConsumer
- Returns:
- this consumer, for chaining
- Throws:
- IllegalStateException- if this consumer is not currently accepting an overlay element.
- Mappings:
- Namespace - Name - Mixin selector - named - overlay- Lnet/minecraft/client/render/VertexConsumer;overlay(II)Lnet/minecraft/client/render/VertexConsumer;- intermediary - method_60796- Lnet/minecraft/class_4588;method_60796(II)Lnet/minecraft/class_4588;- official - a- Lflg;a(II)Lflg;
 
- 
lightSpecifies theof the current vertex.invalid referencelight element - Specified by:
- lightin interface- VertexConsumer
- Returns:
- this consumer, for chaining
- Throws:
- IllegalStateException- if this consumer is not currently accepting a light element.
- Mappings:
- Namespace - Name - Mixin selector - named - light- Lnet/minecraft/client/render/VertexConsumer;light(II)Lnet/minecraft/client/render/VertexConsumer;- intermediary - method_22921- Lnet/minecraft/class_4588;method_22921(II)Lnet/minecraft/class_4588;- official - b- Lflg;b(II)Lflg;
 
- 
normalSpecifies theof the current vertex.invalid referencenormal element - Specified by:
- normalin interface- VertexConsumer
- Returns:
- this consumer, for chaining
- Throws:
- IllegalStateException- if this consumer is not currently accepting a normal element.
- Mappings:
- Namespace - Name - Mixin selector - named - normal- Lnet/minecraft/client/render/VertexConsumer;normal(FFF)Lnet/minecraft/client/render/VertexConsumer;- intermediary - method_22914- Lnet/minecraft/class_4588;method_22914(FFF)Lnet/minecraft/class_4588;- official - b- Lflg;b(FFF)Lflg;
 
- 
vertexpublic void vertex(float x, float y, float z, int color, float u, float v, int overlay, int light, float normalX, float normalY, float normalZ) Specifies the,invalid referenceposition ,invalid referencecolor ,invalid referencetexture ,invalid referenceoverlay , andinvalid referencelight elements of the current vertex and starts consuming the next vertex.invalid referencenormal - Specified by:
- vertexin interface- VertexConsumer
- Throws:
- IllegalStateException- if a color has been set in.- invalid reference- #fixedColor
- Mappings:
- Namespace - Name - Mixin selector - named - vertex- Lnet/minecraft/client/render/VertexConsumer;vertex(FFFIFFIIFFF)V- intermediary - method_23919- Lnet/minecraft/class_4588;method_23919(FFFIFFIIFFF)V- official - a- Lflg;a(FFFIFFIIFFF)V
 
 
-