Uses of Class
com.mojang.blaze3d.matrix.MatrixStack.Entry
Package
Description
-
Uses of MatrixStack.Entry in com.mojang.blaze3d.matrix
-
Uses of MatrixStack.Entry in com.mojang.blaze3d.vertex
Modifier and TypeMethodDescriptiondefault void
IVertexBuilder.putBulkData
(MatrixStack.Entry p_227890_1_, BakedQuad p_227890_2_, float[] p_227890_3_, float p_227890_4_, float p_227890_5_, float p_227890_6_, int[] p_227890_7_, int p_227890_8_, boolean p_227890_9_) default void
IVertexBuilder.putBulkData
(MatrixStack.Entry p_227889_1_, BakedQuad p_227889_2_, float p_227889_3_, float p_227889_4_, float p_227889_5_, int p_227889_6_, int p_227889_7_) -
Uses of MatrixStack.Entry in net.minecraft.client.renderer
Modifier and TypeMethodDescriptionstatic IVertexBuilder
ItemRenderer.getCompassFoilBuffer
(IRenderTypeBuffer p_241731_0_, RenderType p_241731_1_, MatrixStack.Entry p_241731_2_) static IVertexBuilder
ItemRenderer.getCompassFoilBufferDirect
(IRenderTypeBuffer p_241732_0_, RenderType p_241732_1_, MatrixStack.Entry p_241732_2_) private void
BlockModelRenderer.putQuadData
(IBlockDisplayReader p_228800_1_, BlockState p_228800_2_, BlockPos p_228800_3_, IVertexBuilder p_228800_4_, MatrixStack.Entry p_228800_5_, BakedQuad p_228800_6_, float p_228800_7_, float p_228800_8_, float p_228800_9_, float p_228800_10_, int p_228800_11_, int p_228800_12_, int p_228800_13_, int p_228800_14_, int p_228800_15_) void
BlockModelRenderer.renderModel
(MatrixStack.Entry p_228804_1_, IVertexBuilder p_228804_2_, BlockState p_228804_3_, IBakedModel p_228804_4_, float p_228804_5_, float p_228804_6_, float p_228804_7_, int p_228804_8_, int p_228804_9_) Deprecated.void
BlockModelRenderer.renderModel
(MatrixStack.Entry p_228804_1_, IVertexBuilder p_228804_2_, BlockState p_228804_3_, IBakedModel p_228804_4_, float p_228804_5_, float p_228804_6_, float p_228804_7_, int p_228804_8_, int p_228804_9_, IModelData modelData) private static void
BlockModelRenderer.renderQuadList
(MatrixStack.Entry p_228803_0_, IVertexBuilder p_228803_1_, float p_228803_2_, float p_228803_3_, float p_228803_4_, List<BakedQuad> p_228803_5_, int p_228803_6_, int p_228803_7_) -
Uses of MatrixStack.Entry in net.minecraft.client.renderer.entity
Modifier and TypeMethodDescriptionprivate static void
EntityRendererManager.fireVertex
(MatrixStack.Entry p_229090_0_, IVertexBuilder p_229090_1_, float p_229090_2_, float p_229090_3_, float p_229090_4_, float p_229090_5_, float p_229090_6_) private static void
EntityRendererManager.renderBlockShadow
(MatrixStack.Entry p_229092_0_, IVertexBuilder p_229092_1_, IWorldReader p_229092_2_, BlockPos p_229092_3_, double p_229092_4_, double p_229092_6_, double p_229092_8_, float p_229092_10_, float p_229092_11_) private static void
EntityRendererManager.shadowVertex
(MatrixStack.Entry p_229091_0_, IVertexBuilder p_229091_1_, float p_229091_2_, float p_229091_3_, float p_229091_4_, float p_229091_5_, float p_229091_6_, float p_229091_7_) -
Uses of MatrixStack.Entry in net.minecraft.client.renderer.model
Modifier and TypeMethodDescriptionprivate void
ModelRenderer.compile
(MatrixStack.Entry p_228306_1_, IVertexBuilder p_228306_2_, int p_228306_3_, int p_228306_4_, float p_228306_5_, float p_228306_6_, float p_228306_7_, float p_228306_8_) -
Uses of MatrixStack.Entry in net.minecraftforge.client.extensions
Modifier and TypeMethodDescriptiondefault void
IForgeVertexBuilder.addVertexData
(MatrixStack.Entry matrixEntry, BakedQuad bakedQuad, float[] baseBrightness, float red, float green, float blue, float alpha, int[] lightmapCoords, int overlayCoords, boolean readExistingColor) default void
IForgeVertexBuilder.addVertexData
(MatrixStack.Entry matrixEntry, BakedQuad bakedQuad, float red, float green, float blue, float alpha, int lightmapCoord, int overlayColor) default void
IForgeVertexBuilder.addVertexData
(MatrixStack.Entry matrixEntry, BakedQuad bakedQuad, float red, float green, float blue, float alpha, int lightmapCoord, int overlayColor, boolean readExistingColor) default void
IForgeVertexBuilder.addVertexData
(MatrixStack.Entry matrixStack, BakedQuad bakedQuad, float red, float green, float blue, int lightmapCoord, int overlayColor, boolean readExistingColor) -
Uses of MatrixStack.Entry in net.minecraftforge.client.model.pipeline