Package net.minecraft.client.render
Class OverlayVertexConsumer
java.lang.Object
net.minecraft.client.render.FixedColorVertexConsumer
net.minecraft.client.render.OverlayVertexConsumer
- All Implemented Interfaces:
VertexConsumer
- Mappings:
Namespace Name official edeintermediary net/minecraft/class_4583named net/minecraft/client/render/OverlayVertexConsumer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate final Matrix3fprivate floatprivate floatprivate floatprivate final Matrix4fprivate intprivate intprivate final VertexConsumerprivate floatprivate floatprivate floatFields inherited from class net.minecraft.client.render.FixedColorVertexConsumer
colorFixed, fixedAlpha, fixedBlue, fixedGreen, fixedRed -
Constructor Summary
ConstructorsConstructorDescriptionOverlayVertexConsumer(VertexConsumer vertexConsumer, Matrix4f textureMatrix, Matrix3f normalMatrix) -
Method Summary
Modifier and TypeMethodDescriptioncolor(int red, int green, int blue, int alpha) Specifies the color element of the current vertex.private voidinit()light(int u, int v) Specifies the light element of the current vertex.voidnext()Starts consuming the next vertex.normal(float x, float y, float z) Specifies the normal element of the current vertex.overlay(int u, int v) Specifies the overlay element of the current vertex.texture(float u, float v) Specifies the texture element of the current vertex.vertex(double x, double y, double z) Specifies the position element of the current vertex.Methods inherited from class net.minecraft.client.render.FixedColorVertexConsumer
fixedColor, unfixColor
-
Field Details
-
vertexConsumer
- Mappings:
Namespace Name Mixin selector official fLede;f:Ledh;intermediary field_20866Lnet/minecraft/class_4583;field_20866:Lnet/minecraft/class_4588;named vertexConsumerLnet/minecraft/client/render/OverlayVertexConsumer;vertexConsumer:Lnet/minecraft/client/render/VertexConsumer;
-
textureMatrix
- Mappings:
Namespace Name Mixin selector official gLede;g:Ld;intermediary field_21053Lnet/minecraft/class_4583;field_21053:Lnet/minecraft/class_1159;named textureMatrixLnet/minecraft/client/render/OverlayVertexConsumer;textureMatrix:Lnet/minecraft/util/math/Matrix4f;
-
normalMatrix
- Mappings:
Namespace Name Mixin selector official hLede;h:Lc;intermediary field_21054Lnet/minecraft/class_4583;field_21054:Lnet/minecraft/class_4581;named normalMatrixLnet/minecraft/client/render/OverlayVertexConsumer;normalMatrix:Lnet/minecraft/util/math/Matrix3f;
-
x
private float x- Mappings:
Namespace Name Mixin selector official iLede;i:Fintermediary field_20870Lnet/minecraft/class_4583;field_20870:Fnamed xLnet/minecraft/client/render/OverlayVertexConsumer;x:F
-
y
private float y- Mappings:
Namespace Name Mixin selector official jLede;j:Fintermediary field_20871Lnet/minecraft/class_4583;field_20871:Fnamed yLnet/minecraft/client/render/OverlayVertexConsumer;y:F
-
z
private float z- Mappings:
Namespace Name Mixin selector official kLede;k:Fintermediary field_20872Lnet/minecraft/class_4583;field_20872:Fnamed zLnet/minecraft/client/render/OverlayVertexConsumer;z:F
-
u1
private int u1- Mappings:
Namespace Name Mixin selector official lLede;l:Iintermediary field_20877Lnet/minecraft/class_4583;field_20877:Inamed u1Lnet/minecraft/client/render/OverlayVertexConsumer;u1:I
-
v1
private int v1- Mappings:
Namespace Name Mixin selector official mLede;m:Iintermediary field_20878Lnet/minecraft/class_4583;field_20878:Inamed v1Lnet/minecraft/client/render/OverlayVertexConsumer;v1:I
-
light
private int light- Mappings:
Namespace Name Mixin selector official nLede;n:Iintermediary field_20879Lnet/minecraft/class_4583;field_20879:Inamed lightLnet/minecraft/client/render/OverlayVertexConsumer;light:I
-
normalX
private float normalX- Mappings:
Namespace Name Mixin selector official oLede;o:Fintermediary field_20880Lnet/minecraft/class_4583;field_20880:Fnamed normalXLnet/minecraft/client/render/OverlayVertexConsumer;normalX:F
-
normalY
private float normalY- Mappings:
Namespace Name Mixin selector official pLede;p:Fintermediary field_20881Lnet/minecraft/class_4583;field_20881:Fnamed normalYLnet/minecraft/client/render/OverlayVertexConsumer;normalY:F
-
normalZ
private float normalZ- Mappings:
Namespace Name Mixin selector official qLede;q:Fintermediary field_20882Lnet/minecraft/class_4583;field_20882:Fnamed normalZLnet/minecraft/client/render/OverlayVertexConsumer;normalZ:F
-
-
Constructor Details
-
OverlayVertexConsumer
public OverlayVertexConsumer(VertexConsumer vertexConsumer, Matrix4f textureMatrix, Matrix3f normalMatrix) - Mappings:
Namespace Name Mixin selector official <init>Lede;<init>(Ledh;Ld;Lc;)Vintermediary <init>Lnet/minecraft/class_4583;<init>(Lnet/minecraft/class_4588;Lnet/minecraft/class_1159;Lnet/minecraft/class_4581;)Vnamed <init>Lnet/minecraft/client/render/OverlayVertexConsumer;<init>(Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/util/math/Matrix4f;Lnet/minecraft/util/math/Matrix3f;)V
-
-
Method Details
-
init
private void init()- Mappings:
Namespace Name Mixin selector official aLede;a()Vintermediary method_22891Lnet/minecraft/class_4583;method_22891()Vnamed initLnet/minecraft/client/render/OverlayVertexConsumer;init()V
-
next
public void next()Starts consuming the next vertex.This method must be called after specifying all elements in a vertex.
- Mappings:
Namespace Name Mixin selector official eLedh;e()Vintermediary method_1344Lnet/minecraft/class_4588;method_1344()Vnamed nextLnet/minecraft/client/render/VertexConsumer;next()V
-
vertex
Specifies the position element of the current vertex.This is typically the first element in a vertex, hence the name.
- Returns:
- this consumer, for chaining
- Mappings:
Namespace Name Mixin selector official aLedh;a(DDD)Ledh;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
Specifies the color element of the current vertex.- Returns:
- this consumer, for chaining
- Mappings:
Namespace Name Mixin selector official aLedh;a(IIII)Ledh;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
Specifies the texture element of the current vertex.- Returns:
- this consumer, for chaining
- Mappings:
Namespace Name Mixin selector official aLedh;a(FF)Ledh;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
Specifies the overlay element of the current vertex.- Returns:
- this consumer, for chaining
- Mappings:
Namespace Name Mixin selector official aLedh;a(II)Ledh;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
Specifies the light element of the current vertex.- Returns:
- this consumer, for chaining
- Mappings:
Namespace Name Mixin selector official bLedh;b(II)Ledh;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;
-
normal
Specifies the normal element of the current vertex.- Returns:
- this consumer, for chaining
- Mappings:
Namespace Name Mixin selector official bLedh;b(FFF)Ledh;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;
-