Package net.minecraft.client.render
Class VertexConsumers.class_6189
java.lang.Object
net.minecraft.client.render.VertexConsumers.class_6189
- All Implemented Interfaces:
VertexConsumer
- Enclosing class:
- VertexConsumers
@Environment(CLIENT) static class VertexConsumers.class_6189 extends Object implements VertexConsumer
- Mappings:
Namespace Name official dpn$b
intermediary net/minecraft/class_4720$class_6189
named net/minecraft/client/render/VertexConsumers$class_6189
-
Field Summary
Fields Modifier and Type Field Description private VertexConsumer[]
field_32053
Fields inherited from interface net.minecraft.client.render.VertexConsumer
LOGGER
-
Constructor Summary
Constructors Constructor Description class_6189(VertexConsumer[] vertexConsumer)
-
Method Summary
Modifier and Type Method Description VertexConsumer
color(int red, int green, int blue, int alpha)
void
fixedColor(int int2, int int3, int int4, int int5)
VertexConsumer
light(int u, int v)
void
method_35666()
private void
method_35677(Consumer<VertexConsumer> consumer)
void
next()
VertexConsumer
normal(float x, float y, float z)
VertexConsumer
overlay(int u, int v)
VertexConsumer
texture(float u, float v)
VertexConsumer
vertex(double x, double y, double z)
void
vertex(float x, float y, float z, float red, float green, float blue, float alpha, float u, float v, int overlay, int light, float normalX, float normalY, float normalZ)
-
Field Details
-
field_32053
- Mappings:
Namespace Name Mixin selector official a
Ldpn$b;a:[Ldpk;
intermediary field_32053
Lnet/minecraft/class_4720$class_6189;field_32053:[Lnet/minecraft/class_4588;
named field_32053
Lnet/minecraft/client/render/VertexConsumers$class_6189;field_32053:[Lnet/minecraft/client/render/VertexConsumer;
-
-
Constructor Details
-
class_6189
-
-
Method Details
-
method_35677
- Mappings:
Namespace Name Mixin selector official a
Ldpn$b;a(Ljava/util/function/Consumer;)V
intermediary method_35677
Lnet/minecraft/class_4720$class_6189;method_35677(Ljava/util/function/Consumer;)V
named method_35677
Lnet/minecraft/client/render/VertexConsumers$class_6189;method_35677(Ljava/util/function/Consumer;)V
-
vertex
- Specified by:
vertex
in interfaceVertexConsumer
- Mappings:
Namespace Name Mixin selector official a
Ldpk;a(DDD)Ldpk;
intermediary method_22912
Lnet/minecraft/class_4588;method_22912(DDD)Lnet/minecraft/class_4588;
named vertex
Lnet/minecraft/client/render/VertexConsumer;vertex(DDD)Lnet/minecraft/client/render/VertexConsumer;
-
color
- Specified by:
color
in interfaceVertexConsumer
- Mappings:
Namespace Name Mixin selector official a
Ldpk;a(IIII)Ldpk;
intermediary method_1336
Lnet/minecraft/class_4588;method_1336(IIII)Lnet/minecraft/class_4588;
named color
Lnet/minecraft/client/render/VertexConsumer;color(IIII)Lnet/minecraft/client/render/VertexConsumer;
-
texture
- Specified by:
texture
in interfaceVertexConsumer
- Mappings:
Namespace Name Mixin selector official a
Ldpk;a(FF)Ldpk;
intermediary method_22913
Lnet/minecraft/class_4588;method_22913(FF)Lnet/minecraft/class_4588;
named texture
Lnet/minecraft/client/render/VertexConsumer;texture(FF)Lnet/minecraft/client/render/VertexConsumer;
-
overlay
- Specified by:
overlay
in interfaceVertexConsumer
- Mappings:
Namespace Name Mixin selector official a
Ldpk;a(II)Ldpk;
intermediary method_22917
Lnet/minecraft/class_4588;method_22917(II)Lnet/minecraft/class_4588;
named overlay
Lnet/minecraft/client/render/VertexConsumer;overlay(II)Lnet/minecraft/client/render/VertexConsumer;
-
light
- Specified by:
light
in interfaceVertexConsumer
- Mappings:
Namespace Name Mixin selector official b
Ldpk;b(II)Ldpk;
intermediary method_22921
Lnet/minecraft/class_4588;method_22921(II)Lnet/minecraft/class_4588;
named light
Lnet/minecraft/client/render/VertexConsumer;light(II)Lnet/minecraft/client/render/VertexConsumer;
-
normal
- Specified by:
normal
in interfaceVertexConsumer
- Mappings:
Namespace Name Mixin selector official b
Ldpk;b(FFF)Ldpk;
intermediary method_22914
Lnet/minecraft/class_4588;method_22914(FFF)Lnet/minecraft/class_4588;
named normal
Lnet/minecraft/client/render/VertexConsumer;normal(FFF)Lnet/minecraft/client/render/VertexConsumer;
-
vertex
public void vertex(float x, float y, float z, float red, float green, float blue, float alpha, float u, float v, int overlay, int light, float normalX, float normalY, float normalZ)- Specified by:
vertex
in interfaceVertexConsumer
- Mappings:
Namespace Name Mixin selector official a
Ldpk;a(FFFFFFFFFIIFFF)V
intermediary method_23919
Lnet/minecraft/class_4588;method_23919(FFFFFFFFFIIFFF)V
named vertex
Lnet/minecraft/client/render/VertexConsumer;vertex(FFFFFFFFFIIFFF)V
-
next
public void next()- Specified by:
next
in interfaceVertexConsumer
- Mappings:
Namespace Name Mixin selector official c
Ldpk;c()V
intermediary method_1344
Lnet/minecraft/class_4588;method_1344()V
named next
Lnet/minecraft/client/render/VertexConsumer;next()V
-
fixedColor
public void fixedColor(int int2, int int3, int int4, int int5)- Specified by:
fixedColor
in interfaceVertexConsumer
- Mappings:
Namespace Name Mixin selector official b
Ldpk;b(IIII)V
intermediary method_22901
Lnet/minecraft/class_4588;method_22901(IIII)V
named fixedColor
Lnet/minecraft/client/render/VertexConsumer;fixedColor(IIII)V
-
method_35666
public void method_35666()- Specified by:
method_35666
in interfaceVertexConsumer
- Mappings:
Namespace Name Mixin selector official j
Ldpk;j()V
intermediary method_35666
Lnet/minecraft/class_4588;method_35666()V
named method_35666
Lnet/minecraft/client/render/VertexConsumer;method_35666()V
-