Uses of Class
net.minecraft.client.util.math.MatrixStack.Entry
Packages that use MatrixStack.Entry
Package
Description
-
Uses of MatrixStack.Entry in net.minecraft.client.model
Methods in net.minecraft.client.model with parameters of type MatrixStack.EntryModifier 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
Methods in net.minecraft.client.render with parameters of type MatrixStack.EntryModifier and TypeMethodDescriptiondefault VertexConsumer
VertexConsumer.method_56824
(MatrixStack.Entry entry, float float2, float float3, float float4) default VertexConsumer
VertexConsumer.normal
(MatrixStack.Entry entry, float x, float y, float z) Specifies the normal element of the current vertex.default 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.Constructors in net.minecraft.client.render with parameters of type MatrixStack.EntryModifierConstructorDescriptionOverlayVertexConsumer
(VertexConsumer delegate, MatrixStack.Entry entry, float float2) -
Uses of MatrixStack.Entry in net.minecraft.client.render.block
Methods in net.minecraft.client.render.block with parameters of type MatrixStack.EntryModifier 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.block.entity
Methods in net.minecraft.client.render.block.entity with parameters of type MatrixStack.EntryModifier and TypeMethodDescriptionprivate static void
BeaconBlockEntityRenderer.renderBeamFace
(MatrixStack.Entry entry, VertexConsumer vertexConsumer, float float2, float float3, float float4, float float5, int int2, int int3, float float6, float float7, float float8, float float9, float float10, float float11, float float12, float float13) private static void
BeaconBlockEntityRenderer.renderBeamVertex
(MatrixStack.Entry entry, VertexConsumer vertexConsumer, float float2, float float3, float float4, float float5, int int2, float float6, float float7, float float8, float float9) -
Uses of MatrixStack.Entry in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type MatrixStack.EntryModifier 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
DragonFireballEntityRenderer.produceVertex
(VertexConsumer vertexConsumer, MatrixStack.Entry entry, int int2, float float2, int int3, int int4, int int5) 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, Chunk chunk, WorldView world, BlockPos pos, double x, double y, double z, float radius, float opacity) private static void
ExperienceOrbEntityRenderer.vertex
(VertexConsumer vertexConsumer, MatrixStack.Entry entry, float float2, float float3, int int2, int int3, int int4, float float4, float float5, int int5) private static void
FishingBobberEntityRenderer.vertex
(VertexConsumer buffer, MatrixStack.Entry entry, int int2, float float2, int int3, int int4, int int5) private static void
GuardianEntityRenderer.vertex
(VertexConsumer vertexConsumer, MatrixStack.Entry entry, float float2, float float3, float float4, int int2, int int3, int int4, float float5, float float6) private void
PaintingEntityRenderer.vertex
(MatrixStack.Entry entry, VertexConsumer vertexConsumer, float float2, float float3, float float4, float float5, float float6, int int2, int int3, int int4, int int5) void
ProjectileEntityRenderer.vertex
(MatrixStack.Entry entry, VertexConsumer vertexConsumer, int int2, int int3, int int4, float float2, float float3, int int5, int int6, int int7, int int8) -
Uses of MatrixStack.Entry in net.minecraft.client.render.entity.feature
Methods in net.minecraft.client.render.entity.feature with parameters of type MatrixStack.EntryModifier and TypeMethodDescriptionprivate static void
StuckStingersFeatureRenderer.produceVertex
(VertexConsumer vertexConsumer, MatrixStack.Entry entry, float float2, int int2, float float3, float float4, int int3) -
Uses of MatrixStack.Entry in net.minecraft.client.render.item
Methods in net.minecraft.client.render.item with parameters of type MatrixStack.EntryModifier and TypeMethodDescriptionstatic VertexConsumer
ItemRenderer.getDirectDynamicDisplayGlintConsumer
(VertexConsumerProvider provider, RenderLayer layer, MatrixStack.Entry entry) static VertexConsumer
ItemRenderer.getDynamicDisplayGlintConsumer
(VertexConsumerProvider provider, RenderLayer layer, MatrixStack.Entry entry) -
Uses of MatrixStack.Entry in net.minecraft.client.util.math
Fields in net.minecraft.client.util.math with type parameters of type MatrixStack.EntryMethods in net.minecraft.client.util.math that return MatrixStack.EntryModifier and TypeMethodDescriptionMatrixStack.Entry.method_56822()
MatrixStack.peek()
Returns the entry at the top of this stack.Constructors in net.minecraft.client.util.math with parameters of type MatrixStack.Entry