Package net.minecraft.client.render
Class OverlayVertexConsumer
java.lang.Object
net.minecraft.client.render.OverlayVertexConsumer
- All Implemented Interfaces:
VertexConsumer
- Mappings:
Namespace Name named net/minecraft/client/render/OverlayVertexConsumerintermediary net/minecraft/class_4583official fbd
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final VertexConsumerprivate final Vector3fprivate final Vector3fprivate final Matrix3fprivate final Matrix4fprivate final floatprivate floatprivate floatprivate float -
Constructor Summary
ConstructorsConstructorDescriptionOverlayVertexConsumer(VertexConsumer vertexConsumer, MatrixStack.Entry matrix, float textureScale) -
Method Summary
Modifier and TypeMethodDescriptioncolor(int red, int green, int blue, int alpha) Specifies theof the current vertex.invalid reference
color element
light(int u, int v) Specifies theof the current vertex.invalid reference
light element
method_60796(int int2, int int3) normal(float x, float y, float z) Specifies theof the current vertex.invalid reference
normal element
texture(float u, float v) Specifies theof the current vertex.invalid reference
texture element
vertex(float float2, float float3, float float4) Specifies theof the current vertex.invalid reference
position element
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.render.VertexConsumer
color, color, method_60803, method_60830, method_60831, method_60832, overlay, quad, quad, vertex, vertex, vertex
-
Field Details
-
delegate
- Mappings:
Namespace Name Mixin selector named delegateLnet/minecraft/client/render/OverlayVertexConsumer;delegate:Lnet/minecraft/client/render/VertexConsumer;intermediary field_20866Lnet/minecraft/class_4583;field_20866:Lnet/minecraft/class_4588;official aLfbd;a:Lfbg;
-
inverseTextureMatrix
- Mappings:
Namespace Name Mixin selector named inverseTextureMatrixLnet/minecraft/client/render/OverlayVertexConsumer;inverseTextureMatrix:Lorg/joml/Matrix4f;intermediary field_21053Lnet/minecraft/class_4583;field_21053:Lorg/joml/Matrix4f;official bLfbd;b:Lorg/joml/Matrix4f;
-
inverseNormalMatrix
- Mappings:
Namespace Name Mixin selector named inverseNormalMatrixLnet/minecraft/client/render/OverlayVertexConsumer;inverseNormalMatrix:Lorg/joml/Matrix3f;intermediary field_21054Lnet/minecraft/class_4583;field_21054:Lorg/joml/Matrix3f;official cLfbd;c:Lorg/joml/Matrix3f;
-
textureScale
private final float textureScale- Mappings:
Namespace Name Mixin selector named textureScaleLnet/minecraft/client/render/OverlayVertexConsumer;textureScale:Fintermediary field_41091Lnet/minecraft/class_4583;field_41091:Fofficial dLfbd;d:F
-
field_52096
- Mappings:
Namespace Name Mixin selector named field_52096Lnet/minecraft/client/render/OverlayVertexConsumer;field_52096:Lorg/joml/Vector3f;intermediary field_52096Lnet/minecraft/class_4583;field_52096:Lorg/joml/Vector3f;official eLfbd;e:Lorg/joml/Vector3f;
-
field_52097
- Mappings:
Namespace Name Mixin selector named field_52097Lnet/minecraft/client/render/OverlayVertexConsumer;field_52097:Lorg/joml/Vector3f;intermediary field_52097Lnet/minecraft/class_4583;field_52097:Lorg/joml/Vector3f;official fLfbd;f:Lorg/joml/Vector3f;
-
x
private float x- Mappings:
Namespace Name Mixin selector named xLnet/minecraft/client/render/OverlayVertexConsumer;x:Fintermediary field_20870Lnet/minecraft/class_4583;field_20870:Fofficial gLfbd;g:F
-
y
private float y- Mappings:
Namespace Name Mixin selector named yLnet/minecraft/client/render/OverlayVertexConsumer;y:Fintermediary field_20871Lnet/minecraft/class_4583;field_20871:Fofficial hLfbd;h:F
-
z
private float z- Mappings:
Namespace Name Mixin selector named zLnet/minecraft/client/render/OverlayVertexConsumer;z:Fintermediary field_20872Lnet/minecraft/class_4583;field_20872:Fofficial iLfbd;i:F
-
-
Constructor Details
-
OverlayVertexConsumer
public OverlayVertexConsumer(VertexConsumer vertexConsumer, MatrixStack.Entry matrix, float textureScale) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/OverlayVertexConsumer;<init>(Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/client/util/math/MatrixStack$Entry;F)Vintermediary <init>Lnet/minecraft/class_4583;<init>(Lnet/minecraft/class_4588;Lnet/minecraft/class_4587$class_4665;F)Vofficial <init>Lfbd;<init>(Lfbg;Lfbc$a;F)V
-
-
Method Details
-
vertex
Specifies theof the current vertex.invalid reference
position element
This is typically the first element in a vertex, hence the name.
- Specified by:
vertexin interfaceVertexConsumer- Returns:
- this consumer, for chaining
- Throws:
IllegalStateException- if this consumer is not currently accepting a position element.- Mappings:
Namespace Name Mixin selector named vertexLnet/minecraft/client/render/VertexConsumer;vertex(FFF)Lnet/minecraft/client/render/VertexConsumer;intermediary method_22912Lnet/minecraft/class_4588;method_22912(FFF)Lnet/minecraft/class_4588;official aLfbg;a(FFF)Lfbg;
-
color
Specifies theof the current vertex.invalid reference
color element
- Specified by:
colorin interfaceVertexConsumer- 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 colorLnet/minecraft/client/render/VertexConsumer;color(IIII)Lnet/minecraft/client/render/VertexConsumer;intermediary method_1336Lnet/minecraft/class_4588;method_1336(IIII)Lnet/minecraft/class_4588;official aLfbg;a(IIII)Lfbg;
-
texture
Specifies theof the current vertex.invalid reference
texture element
- Specified by:
texturein interfaceVertexConsumer- Returns:
- this consumer, for chaining
- Throws:
IllegalStateException- if this consumer is not currently accepting a texture element.- Mappings:
Namespace Name Mixin selector named textureLnet/minecraft/client/render/VertexConsumer;texture(FF)Lnet/minecraft/client/render/VertexConsumer;intermediary method_22913Lnet/minecraft/class_4588;method_22913(FF)Lnet/minecraft/class_4588;official aLfbg;a(FF)Lfbg;
-
method_60796
- Specified by:
method_60796in interfaceVertexConsumer- Mappings:
Namespace Name Mixin selector named method_60796Lnet/minecraft/client/render/VertexConsumer;method_60796(II)Lnet/minecraft/client/render/VertexConsumer;intermediary method_60796Lnet/minecraft/class_4588;method_60796(II)Lnet/minecraft/class_4588;official aLfbg;a(II)Lfbg;
-
light
Specifies theof the current vertex.invalid reference
light element
- Specified by:
lightin interfaceVertexConsumer- Returns:
- this consumer, for chaining
- Throws:
IllegalStateException- if this consumer is not currently accepting a light element.- Mappings:
Namespace Name Mixin selector named lightLnet/minecraft/client/render/VertexConsumer;light(II)Lnet/minecraft/client/render/VertexConsumer;intermediary method_22921Lnet/minecraft/class_4588;method_22921(II)Lnet/minecraft/class_4588;official bLfbg;b(II)Lfbg;
-
normal
Specifies theof the current vertex.invalid reference
normal element
- Specified by:
normalin interfaceVertexConsumer- Returns:
- this consumer, for chaining
- Throws:
IllegalStateException- if this consumer is not currently accepting a normal element.- Mappings:
Namespace Name Mixin selector named normalLnet/minecraft/client/render/VertexConsumer;normal(FFF)Lnet/minecraft/client/render/VertexConsumer;intermediary method_22914Lnet/minecraft/class_4588;method_22914(FFF)Lnet/minecraft/class_4588;official bLfbg;b(FFF)Lfbg;
-