Uses of Class
net.minecraft.client.util.math.MatrixStack.Entry
Package
Description
-
Uses of MatrixStack.Entry in net.minecraft.client.model
Modifier and TypeMethodDescriptionvoid
ModelPart.CuboidConsumer.accept
(MatrixStack.Entry matrix, String path, int index, ModelPart.Cuboid cuboid) Accepts a cuboid from a model part.void
ModelPart.Cuboid.renderCuboid
(MatrixStack.Entry entry, VertexConsumer vertexConsumer, int light, int overlay, float red, float green, float blue, float alpha) private void
ModelPart.renderCuboids
(MatrixStack.Entry entry, VertexConsumer vertexConsumer, int light, int overlay, float red, float green, float blue, float alpha) -
Uses of MatrixStack.Entry in net.minecraft.client.render
Modifier and TypeMethodDescriptiondefault void
VertexConsumer.quad
(MatrixStack.Entry matrixEntry, BakedQuad quad, float[] brightnesses, float red, float green, float blue, int[] lights, int overlay, boolean useQuadColorData) Specifies the vertex elements fromquad
and starts consuming the next vertex.default void
VertexConsumer.quad
(MatrixStack.Entry matrixEntry, BakedQuad quad, float red, float green, float blue, int light, int overlay) Specifies the vertex elements fromquad
and starts consuming the next vertex. -
Uses of MatrixStack.Entry in net.minecraft.client.render.block
Modifier and TypeMethodDescriptionvoid
BlockModelRenderer.render
(MatrixStack.Entry entry, VertexConsumer vertexConsumer, @Nullable BlockState state, BakedModel bakedModel, float red, float green, float blue, int light, int overlay) private void
BlockModelRenderer.renderQuad
(BlockRenderView world, BlockState state, BlockPos pos, VertexConsumer vertexConsumer, MatrixStack.Entry matrixEntry, BakedQuad quad, float brightness0, float brightness1, float brightness2, float brightness3, int light0, int light1, int light2, int light3, int overlay) private static void
BlockModelRenderer.renderQuads
(MatrixStack.Entry entry, VertexConsumer vertexConsumer, float red, float green, float blue, List<BakedQuad> quads, int light, int overlay) -
Uses of MatrixStack.Entry in net.minecraft.client.render.entity
Modifier and TypeMethodDescriptionprivate static void
EntityRenderDispatcher.drawFireVertex
(MatrixStack.Entry entry, VertexConsumer vertices, float x, float y, float z, float u, float v) private static void
EntityRenderDispatcher.drawShadowVertex
(MatrixStack.Entry entry, VertexConsumer vertices, float alpha, float x, float y, float z, float u, float v) private static void
FishingBobberEntityRenderer.renderFishingLine
(float x, float y, float z, VertexConsumer buffer, MatrixStack.Entry matrices, float segmentStart, float segmentEnd) private static void
EntityRenderDispatcher.renderShadowPart
(MatrixStack.Entry entry, VertexConsumer vertices, WorldView world, BlockPos pos, double x, double y, double z, float radius, float opacity) -
Uses of MatrixStack.Entry in net.minecraft.client.render.item
Modifier and TypeMethodDescriptionstatic VertexConsumer
ItemRenderer.getCompassGlintConsumer
(VertexConsumerProvider provider, RenderLayer layer, MatrixStack.Entry entry) static VertexConsumer
ItemRenderer.getDirectCompassGlintConsumer
(VertexConsumerProvider provider, RenderLayer layer, MatrixStack.Entry entry) -
Uses of MatrixStack.Entry in net.minecraft.client.util.math