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 intermediary net/minecraft/class_4583official eicnamed net/minecraft/client/render/OverlayVertexConsumer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final VertexConsumerprivate final Matrix3fprivate final Matrix4fprivate intprivate floatprivate floatprivate floatprivate final floatprivate intprivate intprivate floatprivate floatprivate floatFields inherited from class net.minecraft.client.render.FixedColorVertexConsumer
colorFixed, fixedAlpha, fixedBlue, fixedGreen, fixedRed -
Constructor Summary
ConstructorsConstructorDescriptionOverlayVertexConsumer(VertexConsumer delegate, Matrix4f textureMatrix, Matrix3f normalMatrix, float textureScale) -
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
-
delegate
- Mappings:
Namespace Name Mixin selector intermediary field_20866Lnet/minecraft/class_4583;field_20866:Lnet/minecraft/class_4588;official fLeic;f:Leif;named delegateLnet/minecraft/client/render/OverlayVertexConsumer;delegate:Lnet/minecraft/client/render/VertexConsumer;
-
inverseTextureMatrix
- Mappings:
Namespace Name Mixin selector intermediary field_21053Lnet/minecraft/class_4583;field_21053:Lorg/joml/Matrix4f;official gLeic;g:Lorg/joml/Matrix4f;named inverseTextureMatrixLnet/minecraft/client/render/OverlayVertexConsumer;inverseTextureMatrix:Lorg/joml/Matrix4f;
-
inverseNormalMatrix
- Mappings:
Namespace Name Mixin selector intermediary field_21054Lnet/minecraft/class_4583;field_21054:Lorg/joml/Matrix3f;official hLeic;h:Lorg/joml/Matrix3f;named inverseNormalMatrixLnet/minecraft/client/render/OverlayVertexConsumer;inverseNormalMatrix:Lorg/joml/Matrix3f;
-
textureScale
private final float textureScale- Mappings:
Namespace Name Mixin selector intermediary field_41091Lnet/minecraft/class_4583;field_41091:Fofficial iLeic;i:Fnamed textureScaleLnet/minecraft/client/render/OverlayVertexConsumer;textureScale:F
-
x
private float x- Mappings:
Namespace Name Mixin selector intermediary field_20870Lnet/minecraft/class_4583;field_20870:Fofficial jLeic;j:Fnamed xLnet/minecraft/client/render/OverlayVertexConsumer;x:F
-
y
private float y- Mappings:
Namespace Name Mixin selector intermediary field_20871Lnet/minecraft/class_4583;field_20871:Fofficial kLeic;k:Fnamed yLnet/minecraft/client/render/OverlayVertexConsumer;y:F
-
z
private float z- Mappings:
Namespace Name Mixin selector intermediary field_20872Lnet/minecraft/class_4583;field_20872:Fofficial lLeic;l:Fnamed zLnet/minecraft/client/render/OverlayVertexConsumer;z:F
-
u1
private int u1- Mappings:
Namespace Name Mixin selector intermediary field_20877Lnet/minecraft/class_4583;field_20877:Iofficial mLeic;m:Inamed u1Lnet/minecraft/client/render/OverlayVertexConsumer;u1:I
-
v1
private int v1- Mappings:
Namespace Name Mixin selector intermediary field_20878Lnet/minecraft/class_4583;field_20878:Iofficial nLeic;n:Inamed v1Lnet/minecraft/client/render/OverlayVertexConsumer;v1:I
-
light
private int light- Mappings:
Namespace Name Mixin selector intermediary field_20879Lnet/minecraft/class_4583;field_20879:Iofficial oLeic;o:Inamed lightLnet/minecraft/client/render/OverlayVertexConsumer;light:I
-
normalX
private float normalX- Mappings:
Namespace Name Mixin selector intermediary field_20880Lnet/minecraft/class_4583;field_20880:Fofficial pLeic;p:Fnamed normalXLnet/minecraft/client/render/OverlayVertexConsumer;normalX:F
-
normalY
private float normalY- Mappings:
Namespace Name Mixin selector intermediary field_20881Lnet/minecraft/class_4583;field_20881:Fofficial qLeic;q:Fnamed normalYLnet/minecraft/client/render/OverlayVertexConsumer;normalY:F
-
normalZ
private float normalZ- Mappings:
Namespace Name Mixin selector intermediary field_20882Lnet/minecraft/class_4583;field_20882:Fofficial rLeic;r:Fnamed normalZLnet/minecraft/client/render/OverlayVertexConsumer;normalZ:F
-
-
Constructor Details
-
OverlayVertexConsumer
public OverlayVertexConsumer(VertexConsumer delegate, Matrix4f textureMatrix, Matrix3f normalMatrix, float textureScale) - Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_4583;<init>(Lnet/minecraft/class_4588;Lorg/joml/Matrix4f;Lorg/joml/Matrix3f;F)Vofficial <init>Leic;<init>(Leif;Lorg/joml/Matrix4f;Lorg/joml/Matrix3f;F)Vnamed <init>Lnet/minecraft/client/render/OverlayVertexConsumer;<init>(Lnet/minecraft/client/render/VertexConsumer;Lorg/joml/Matrix4f;Lorg/joml/Matrix3f;F)V
-
-
Method Details
-
init
private void init()- Mappings:
Namespace Name Mixin selector intermediary method_22891Lnet/minecraft/class_4583;method_22891()Vofficial aLeic;a()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 intermediary method_1344Lnet/minecraft/class_4588;method_1344()Vofficial eLeif;e()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 intermediary method_22912Lnet/minecraft/class_4588;method_22912(DDD)Lnet/minecraft/class_4588;official aLeif;a(DDD)Leif;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 intermediary method_1336Lnet/minecraft/class_4588;method_1336(IIII)Lnet/minecraft/class_4588;official aLeif;a(IIII)Leif;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 intermediary method_22913Lnet/minecraft/class_4588;method_22913(FF)Lnet/minecraft/class_4588;official aLeif;a(FF)Leif;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 intermediary method_22917Lnet/minecraft/class_4588;method_22917(II)Lnet/minecraft/class_4588;official aLeif;a(II)Leif;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 intermediary method_22921Lnet/minecraft/class_4588;method_22921(II)Lnet/minecraft/class_4588;official bLeif;b(II)Leif;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 intermediary method_22914Lnet/minecraft/class_4588;method_22914(FFF)Lnet/minecraft/class_4588;official aLeif;a(FFF)Leif;named normalLnet/minecraft/client/render/VertexConsumer;normal(FFF)Lnet/minecraft/client/render/VertexConsumer;
-