Uses of Class
com.mojang.blaze3d.matrix.MatrixStack.Entry
Packages that use MatrixStack.Entry
Package
Description
-
Uses of MatrixStack.Entry in com.mojang.blaze3d.matrix
Fields in com.mojang.blaze3d.matrix with type parameters of type MatrixStack.EntryMethods in com.mojang.blaze3d.matrix that return MatrixStack.Entry -
Uses of MatrixStack.Entry in com.mojang.blaze3d.vertex
Methods in com.mojang.blaze3d.vertex with parameters of type MatrixStack.EntryModifier and TypeMethodDescriptiondefault voidIVertexBuilder.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 voidIVertexBuilder.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
Methods in net.minecraft.client.renderer with parameters of type MatrixStack.EntryModifier and TypeMethodDescriptionstatic IVertexBuilderItemRenderer.getCompassFoilBuffer(IRenderTypeBuffer p_241731_0_, RenderType p_241731_1_, MatrixStack.Entry p_241731_2_) static IVertexBuilderItemRenderer.getCompassFoilBufferDirect(IRenderTypeBuffer p_241732_0_, RenderType p_241732_1_, MatrixStack.Entry p_241732_2_) private voidBlockModelRenderer.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_) voidBlockModelRenderer.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.voidBlockModelRenderer.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 voidBlockModelRenderer.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
Methods in net.minecraft.client.renderer.entity with parameters of type MatrixStack.EntryModifier and TypeMethodDescriptionprivate static voidEntityRendererManager.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 voidEntityRendererManager.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 voidEntityRendererManager.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
Methods in net.minecraft.client.renderer.model with parameters of type MatrixStack.EntryModifier and TypeMethodDescriptionprivate voidModelRenderer.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
Methods in net.minecraftforge.client.extensions with parameters of type MatrixStack.EntryModifier and TypeMethodDescriptiondefault voidIForgeVertexBuilder.addVertexData(MatrixStack.Entry matrixEntry, BakedQuad bakedQuad, float[] baseBrightness, float red, float green, float blue, float alpha, int[] lightmapCoords, int overlayCoords, boolean readExistingColor) default voidIForgeVertexBuilder.addVertexData(MatrixStack.Entry matrixEntry, BakedQuad bakedQuad, float red, float green, float blue, float alpha, int lightmapCoord, int overlayColor) default voidIForgeVertexBuilder.addVertexData(MatrixStack.Entry matrixEntry, BakedQuad bakedQuad, float red, float green, float blue, float alpha, int lightmapCoord, int overlayColor, boolean readExistingColor) default voidIForgeVertexBuilder.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
Fields in net.minecraftforge.client.model.pipeline declared as MatrixStack.EntryMethods in net.minecraftforge.client.model.pipeline with parameters of type MatrixStack.Entry