Package net.minecraft.client.render
Class OverlayVertexConsumer
java.lang.Object
net.minecraft.client.render.FixedColorVertexConsumer
net.minecraft.client.render.OverlayVertexConsumer
- All Implemented Interfaces:
VertexConsumer
@Environment(CLIENT) public class OverlayVertexConsumer extends FixedColorVertexConsumer
- Mappings:
Namespace Name official dls
intermediary net/minecraft/class_4583
named net/minecraft/client/render/OverlayVertexConsumer
-
Field Summary
Fields Modifier and Type Field Description private int
light
private Matrix3f
normalMatrix
private float
normalX
private float
normalY
private float
normalZ
private Matrix4f
textureMatrix
private int
u1
private int
v1
private VertexConsumer
vertexConsumer
private float
x
private float
y
private float
z
Fields inherited from class net.minecraft.client.render.FixedColorVertexConsumer
colorFixed, fixedAlpha, fixedBlue, fixedGreen, fixedRed
Fields inherited from interface net.minecraft.client.render.VertexConsumer
LOGGER
-
Constructor Summary
Constructors Constructor Description OverlayVertexConsumer(VertexConsumer vertexConsumer, Matrix4f matrix4f, Matrix3f matrix3f)
-
Method Summary
Modifier and Type Method Description VertexConsumer
color(int red, int green, int blue, int alpha)
private void
init()
VertexConsumer
light(int u, int v)
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)
Methods inherited from class net.minecraft.client.render.FixedColorVertexConsumer
fixedColor
-
Field Details
-
vertexConsumer
- Mappings:
Namespace Name Mixin selector official g
Ldls;g:Ldlv;
intermediary field_20866
Lnet/minecraft/class_4583;field_20866:Lnet/minecraft/class_4588;
named vertexConsumer
Lnet/minecraft/client/render/OverlayVertexConsumer;vertexConsumer:Lnet/minecraft/client/render/VertexConsumer;
-
textureMatrix
- Mappings:
Namespace Name Mixin selector official h
Ldls;h:Lb;
intermediary field_21053
Lnet/minecraft/class_4583;field_21053:Lnet/minecraft/class_1159;
named textureMatrix
Lnet/minecraft/client/render/OverlayVertexConsumer;textureMatrix:Lnet/minecraft/util/math/Matrix4f;
-
normalMatrix
- Mappings:
Namespace Name Mixin selector official i
Ldls;i:La;
intermediary field_21054
Lnet/minecraft/class_4583;field_21054:Lnet/minecraft/class_4581;
named normalMatrix
Lnet/minecraft/client/render/OverlayVertexConsumer;normalMatrix:Lnet/minecraft/util/math/Matrix3f;
-
x
private float x- Mappings:
Namespace Name Mixin selector official j
Ldls;j:F
intermediary field_20870
Lnet/minecraft/class_4583;field_20870:F
named x
Lnet/minecraft/client/render/OverlayVertexConsumer;x:F
-
y
private float y- Mappings:
Namespace Name Mixin selector official k
Ldls;k:F
intermediary field_20871
Lnet/minecraft/class_4583;field_20871:F
named y
Lnet/minecraft/client/render/OverlayVertexConsumer;y:F
-
z
private float z- Mappings:
Namespace Name Mixin selector official l
Ldls;l:F
intermediary field_20872
Lnet/minecraft/class_4583;field_20872:F
named z
Lnet/minecraft/client/render/OverlayVertexConsumer;z:F
-
u1
private int u1- Mappings:
Namespace Name Mixin selector official m
Ldls;m:I
intermediary field_20877
Lnet/minecraft/class_4583;field_20877:I
named u1
Lnet/minecraft/client/render/OverlayVertexConsumer;u1:I
-
v1
private int v1- Mappings:
Namespace Name Mixin selector official n
Ldls;n:I
intermediary field_20878
Lnet/minecraft/class_4583;field_20878:I
named v1
Lnet/minecraft/client/render/OverlayVertexConsumer;v1:I
-
light
private int light- Mappings:
Namespace Name Mixin selector official o
Ldls;o:I
intermediary field_20879
Lnet/minecraft/class_4583;field_20879:I
named light
Lnet/minecraft/client/render/OverlayVertexConsumer;light:I
-
normalX
private float normalX- Mappings:
Namespace Name Mixin selector official p
Ldls;p:F
intermediary field_20880
Lnet/minecraft/class_4583;field_20880:F
named normalX
Lnet/minecraft/client/render/OverlayVertexConsumer;normalX:F
-
normalY
private float normalY- Mappings:
Namespace Name Mixin selector official q
Ldls;q:F
intermediary field_20881
Lnet/minecraft/class_4583;field_20881:F
named normalY
Lnet/minecraft/client/render/OverlayVertexConsumer;normalY:F
-
normalZ
private float normalZ- Mappings:
Namespace Name Mixin selector official r
Ldls;r:F
intermediary field_20882
Lnet/minecraft/class_4583;field_20882:F
named normalZ
Lnet/minecraft/client/render/OverlayVertexConsumer;normalZ:F
-
-
Constructor Details
-
OverlayVertexConsumer
- Mappings:
Namespace Name Mixin selector official <init>
Ldls;<init>(Ldlv;Lb;La;)V
intermediary <init>
Lnet/minecraft/class_4583;<init>(Lnet/minecraft/class_4588;Lnet/minecraft/class_1159;Lnet/minecraft/class_4581;)V
named <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 a
Ldls;a()V
intermediary method_22891
Lnet/minecraft/class_4583;method_22891()V
named init
Lnet/minecraft/client/render/OverlayVertexConsumer;init()V
-
next
public void next()- Mappings:
Namespace Name Mixin selector official c
Ldlv;c()V
intermediary method_1344
Lnet/minecraft/class_4588;method_1344()V
named next
Lnet/minecraft/client/render/VertexConsumer;next()V
-
vertex
- Mappings:
Namespace Name Mixin selector official a
Ldlv;a(DDD)Ldlv;
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
- Mappings:
Namespace Name Mixin selector official a
Ldlv;a(IIII)Ldlv;
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
- Mappings:
Namespace Name Mixin selector official a
Ldlv;a(FF)Ldlv;
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
- Mappings:
Namespace Name Mixin selector official a
Ldlv;a(II)Ldlv;
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
- Mappings:
Namespace Name Mixin selector official b
Ldlv;b(II)Ldlv;
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
- Mappings:
Namespace Name Mixin selector official b
Ldlv;b(FFF)Ldlv;
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;
-