com.mojang.blaze3d.vertex

public class SheetedDecalTextureGenerator

extends DefaultedVertexConsumer

All mapped superinterfaces:

VertexConsumer

dhm
com.mojang.blaze3d.vertex.SheetedDecalTextureGenerator
net.minecraft.class_4583
net.minecraft.client.render.TransformingVertexConsumer
com.mojang.blaze3d.vertex.MatrixApplyingVertexBuilder

Field summary

Modifier and TypeField
private final VertexConsumer
g
delegate
field_20866
vertexConsumer
field_227808_g_
private final Matrix4f
h
cameraInversePose
field_21053
textureMatrix
field_227809_h_
private final Matrix3f
i
normalInversePose
field_21054
normalMatrix
field_227810_i_
private float
j
x
field_20870
x
field_227811_j_
private float
k
y
field_20871
y
field_227812_k_
private float
l
z
field_20872
z
field_227813_l_
private int
m
overlayU
field_20877
u1
field_227814_m_
private int
n
overlayV
field_20878
v1
field_227815_n_
private int
o
lightCoords
field_20879
light
field_227816_o_
private float
p
nx
field_20880
normalX
field_227817_p_
private float
q
ny
field_20881
normalY
field_227818_q_
private float
r
nz
field_20882
normalZ
field_227819_r_

Constructor summary

ModifierConstructor
public (VertexConsumer vertexConsumer, Matrix4f arg1, Matrix3f arg2)

Method summary

Modifier and TypeMethod
private void
a()
resetState()
method_22891()
init()
func_227820_b_()
public void
d()
endVertex()
method_1344()
next()
func_181675_d()
public VertexConsumer
a(double arg0, double arg1, double arg2)
vertex(double arg0, double arg1, double arg2)
method_22912(double arg0, double arg1, double arg2)
vertex(double arg0, double arg1, double arg2)
func_225582_a_(double arg0, double arg1, double arg2)
public VertexConsumer
a(int arg0, int arg1, int arg2, int arg3)
color(int arg0, int arg1, int arg2, int arg3)
method_1336(int arg0, int arg1, int arg2, int arg3)
color(int arg0, int arg1, int arg2, int arg3)
func_225586_a_(int arg0, int arg1, int arg2, int arg3)
public VertexConsumer
a(float arg0, float arg1)
uv(float arg0, float arg1)
method_22913(float arg0, float arg1)
texture(float arg0, float arg1)
func_225583_a_(float arg0, float arg1)
public VertexConsumer
a(int arg0, int arg1)
overlayCoords(int arg0, int arg1)
method_22917(int arg0, int arg1)
overlay(int arg0, int arg1)
func_225585_a_(int arg0, int arg1)
public VertexConsumer
b(int arg0, int arg1)
uv2(int arg0, int arg1)
method_22921(int arg0, int arg1)
light(int arg0, int arg1)
func_225587_b_(int arg0, int arg1)
public VertexConsumer
b(float arg0, float arg1, float arg2)
normal(float arg0, float arg1, float arg2)
method_22914(float arg0, float arg1, float arg2)
normal(float arg0, float arg1, float arg2)
func_225584_a_(float arg0, float arg1, float arg2)