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 fdj
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final VertexConsumerprivate final Matrix3fprivate final Matrix4fprivate final Vector3fprivate final Vector3fprivate final floatprivate floatprivate floatprivate float -
Constructor Summary
ConstructorsConstructorDescriptionOverlayVertexConsumer(VertexConsumer delegate, 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
normal(float x, float y, float z) Specifies theof the current vertex.invalid reference
normal element
overlay(int u, int v) Specifies theof the current vertex.invalid reference
overlay element
texture(float u, float v) Specifies theof the current vertex.invalid reference
texture element
vertex(float x, float y, float z) Specifies theof the current vertex.invalid reference
position element
-
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 aLfdj;a:Lfdm;
-
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 bLfdj;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 cLfdj;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 dLfdj;d:F
-
normal
- Mappings:
Namespace Name Mixin selector named normalLnet/minecraft/client/render/OverlayVertexConsumer;normal:Lorg/joml/Vector3f;intermediary field_52096Lnet/minecraft/class_4583;field_52096:Lorg/joml/Vector3f;official eLfdj;e:Lorg/joml/Vector3f;
-
pos
- Mappings:
Namespace Name Mixin selector named posLnet/minecraft/client/render/OverlayVertexConsumer;pos:Lorg/joml/Vector3f;intermediary field_52097Lnet/minecraft/class_4583;field_52097:Lorg/joml/Vector3f;official fLfdj;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 gLfdj;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 hLfdj;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 iLfdj;i:F
-
-
Constructor Details
-
OverlayVertexConsumer
- 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>Lfdj;<init>(Lfdm;Lfdi$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 aLfdm;a(FFF)Lfdm;
-
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 aLfdm;a(IIII)Lfdm;
-
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 aLfdm;a(FF)Lfdm;
-
overlay
Specifies theof the current vertex.invalid reference
overlay element
- Specified by:
overlayin interfaceVertexConsumer- Returns:
- this consumer, for chaining
- Throws:
IllegalStateException- if this consumer is not currently accepting an overlay element.- Mappings:
Namespace Name Mixin selector named overlayLnet/minecraft/client/render/VertexConsumer;overlay(II)Lnet/minecraft/client/render/VertexConsumer;intermediary method_60796Lnet/minecraft/class_4588;method_60796(II)Lnet/minecraft/class_4588;official aLfdm;a(II)Lfdm;
-
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 bLfdm;b(II)Lfdm;
-
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 bLfdm;b(FFF)Lfdm;
-