net.minecraft.client.render.command

public class ShadowPiecesCommandRenderer

extends AbstractCommandRenderer<ShadowPiecesCommandRenderer$ShadowPiecesCommand>

All mapped superinterfaces:

CommandRenderer

net.minecraft.client.renderer.feature.ShadowFeatureRenderer
net.minecraft.class_11690
net.minecraft.client.render.command.ShadowPiecesCommandRenderer

Field summary

Modifier and TypeField
public static final RenderCommandType<ShadowPiecesCommandRenderer$ShadowPiecesCommand>
TYPE
field_1_6169
TYPE
private static final RenderLayer
SHADOW_RENDER_TYPE
field_61847
renderLayer

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
protected void
buildGroup(FeatureFrameContext context, List<ShadowFeatureRenderer$Submit> submits)
method_73006(class_1_841 arg0, List<class_11690$class_11673> arg1)
render(CommandRenderContext arg0, List<ShadowPiecesCommandRenderer$ShadowPiecesCommand> arg1)
private void
prepare(ShadowFeatureRenderer$Submit submit, VertexConsumer builder)
method_73015(class_11690$class_11673 arg0, class_4588 arg1)
render(ShadowPiecesCommandRenderer$ShadowPiecesCommand command, VertexConsumer vertexConsumer)
private static void
shadowVertex(org.joml.Matrix4fc pose, VertexConsumer buffer, int color, float x, float y, float z, float u, float v)
method_73016(org.joml.Matrix4fc arg0, class_4588 arg1, int arg2, float arg3, float arg4, float arg5, float arg6, float arg7)
vertex(org.joml.Matrix4fc matrix, VertexConsumer vertexConsumer, int color, float x, float y, float z, float u, float v)