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 TypeMethodDescriptionvoidModelPart.CuboidConsumer.accept(MatrixStack.Entry matrix, String path, int index, ModelPart.Cuboid cuboid) Accepts a cuboid from a model part.voidModelPart.Cuboid.renderCuboid(MatrixStack.Entry entry, VertexConsumer vertexConsumer, int light, int overlay, int color) private voidModelPart.renderCuboids(MatrixStack.Entry entry, VertexConsumer vertexConsumer, int light, int overlay, int color) -
Uses of MatrixStack.Entry in net.minecraft.client.render
Methods in net.minecraft.client.render with parameters of type MatrixStack.EntryModifier and TypeMethodDescriptionstatic voidVertexRendering.drawBox(MatrixStack.Entry entry, VertexConsumer vertexConsumers, double x1, double y1, double z1, double x2, double y2, double z2, float red, float green, float blue, float alpha) static voidVertexRendering.drawBox(MatrixStack.Entry entry, VertexConsumer vertexConsumers, double x1, double y1, double z1, double x2, double y2, double z2, float red, float green, float blue, float alpha, float xAxisRed, float yAxisGreen, float zAxisBlue) static voidVertexRendering.drawBox(MatrixStack.Entry entry, VertexConsumer vertexConsumers, Box box, float red, float green, float blue, float alpha) default VertexConsumerVertexConsumer.normal(MatrixStack.Entry matrix, float x, float y, float z) default VertexConsumerVertexConsumer.normal(MatrixStack.Entry matrix, Vector3f vec) default voidVertexConsumer.quad(MatrixStack.Entry matrixEntry, BakedQuad quad, float[] brightnesses, float red, float green, float blue, float alpha, int[] lights, int overlay, boolean colorize) Specifies the vertex elements fromquadand starts consuming the next vertex.default voidVertexConsumer.quad(MatrixStack.Entry matrixEntry, BakedQuad quad, float red, float green, float blue, float alpha, int light, int overlay) Specifies the vertex elements fromquadand starts consuming the next vertex.default VertexConsumerVertexConsumer.vertex(MatrixStack.Entry matrix, float x, float y, float z) default VertexConsumerVertexConsumer.vertex(MatrixStack.Entry matrix, Vector3f vec) Constructors in net.minecraft.client.render with parameters of type MatrixStack.EntryModifierConstructorDescriptionOverlayVertexConsumer(VertexConsumer delegate, MatrixStack.Entry matrix, float textureScale) -
Uses of MatrixStack.Entry in net.minecraft.client.render.block
Methods in net.minecraft.client.render.block with parameters of type MatrixStack.EntryModifier and TypeMethodDescriptionstatic voidBlockModelRenderer.render(MatrixStack.Entry entry, VertexConsumer vertexConsumer, BlockStateModel model, float red, float green, float blue, int light, int overlay) private voidBlockModelRenderer.renderQuad(BlockRenderView world, BlockState state, BlockPos pos, VertexConsumer vertexConsumer, MatrixStack.Entry matrixEntry, BakedQuad quad, BlockModelRenderer.LightmapCache lightmap, int light) private static voidBlockModelRenderer.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 voidBeaconBlockEntityRenderer.renderBeamFace(MatrixStack.Entry matrix, VertexConsumer vertices, int color, int yOffset, int height, float x1, float z1, float x2, float z2, float u1, float u2, float v1, float v2) private static voidBeaconBlockEntityRenderer.renderBeamLayer(MatrixStack.Entry matricesEntry, VertexConsumer vertices, int color, int yOffset, int height, float x1, float z1, float x2, float z2, float x3, float z3, float x4, float z4, float u1, float u2, float v1, float v2) private static voidBeaconBlockEntityRenderer.renderBeamVertex(MatrixStack.Entry matrix, VertexConsumer vertices, int color, int y, float x, float z, float u, float v) -
Uses of MatrixStack.Entry in net.minecraft.client.render.command
Fields in net.minecraft.client.render.command declared as MatrixStack.EntryModifier and TypeFieldDescriptionprivate final MatrixStack.EntryModelCommandRenderer.CrumblingOverlayCommand.cameraMatricesEntryThe field for thecameraMatricesEntryrecord component.private final MatrixStack.EntryOrderedRenderCommandQueueImpl.BlockCommand.matricesEntryThe field for thematricesEntryrecord component.private final MatrixStack.EntryOrderedRenderCommandQueueImpl.BlockStateModelCommand.matricesEntryThe field for thematricesEntryrecord component.private final MatrixStack.EntryOrderedRenderCommandQueueImpl.CustomCommand.matricesEntryThe field for thematricesEntryrecord component.private final MatrixStack.EntryOrderedRenderCommandQueueImpl.FireCommand.matricesEntryThe field for thematricesEntryrecord component.private final MatrixStack.EntryOrderedRenderCommandQueueImpl.ModelCommand.matricesEntryThe field for thematricesEntryrecord component.private final MatrixStack.EntryOrderedRenderCommandQueueImpl.ModelPartCommand.matricesEntryThe field for thematricesEntryrecord component.private final MatrixStack.EntryOrderedRenderCommandQueueImpl.ItemCommand.positionMatrixThe field for thepositionMatrixrecord component.Methods in net.minecraft.client.render.command that return MatrixStack.EntryModifier and TypeMethodDescriptionModelCommandRenderer.CrumblingOverlayCommand.cameraMatricesEntry()Returns the value of thecameraMatricesEntryrecord component.OrderedRenderCommandQueueImpl.BlockCommand.matricesEntry()Returns the value of thematricesEntryrecord component.OrderedRenderCommandQueueImpl.BlockStateModelCommand.matricesEntry()Returns the value of thematricesEntryrecord component.OrderedRenderCommandQueueImpl.CustomCommand.matricesEntry()Returns the value of thematricesEntryrecord component.OrderedRenderCommandQueueImpl.FireCommand.matricesEntry()Returns the value of thematricesEntryrecord component.OrderedRenderCommandQueueImpl.ModelCommand.matricesEntry()Returns the value of thematricesEntryrecord component.OrderedRenderCommandQueueImpl.ModelPartCommand.matricesEntry()Returns the value of thematricesEntryrecord component.OrderedRenderCommandQueueImpl.ItemCommand.positionMatrix()Returns the value of thepositionMatrixrecord component.Methods in net.minecraft.client.render.command with parameters of type MatrixStack.EntryModifier and TypeMethodDescriptionprivate voidFireCommandRenderer.render(MatrixStack.Entry matricesEntry, VertexConsumerProvider vertexConsumers, EntityRenderState renderState, Quaternionf rotation, AtlasManager atlasManager) voidOrderedRenderCommandQueue.Custom.render(MatrixStack.Entry matricesEntry, VertexConsumer vertexConsumer) private static voidFireCommandRenderer.vertex(MatrixStack.Entry matricesEntry, VertexConsumer vertexConsumer, float x, float y, float z, float u, float v) Constructors in net.minecraft.client.render.command with parameters of type MatrixStack.EntryModifierConstructorDescriptionBlockCommand(MatrixStack.Entry entry, BlockState blockState, int int2, int int3, int int4) BlockStateModelCommand(MatrixStack.Entry entry, RenderLayer renderLayer, BlockStateModel blockStateModel, float float2, float float3, float float4, int int2, int int3, int int4) CrumblingOverlayCommand(int int2, MatrixStack.Entry entry) CustomCommand(MatrixStack.Entry entry, OrderedRenderCommandQueue.Custom custom) FireCommand(MatrixStack.Entry entry, EntityRenderState entityRenderState, Quaternionf quaternionf) ItemCommand(MatrixStack.Entry entry, ItemDisplayContext itemDisplayContext, int int2, int int3, int int4, int[] int5, List<BakedQuad> list, RenderLayer renderLayer, ItemRenderState.Glint glint) ModelCommand(MatrixStack.Entry entry, Model<? super S> model, S s, int int2, int int3, int int4, @Nullable Sprite sprite, int int5, ModelCommandRenderer.CrumblingOverlayCommand crumblingOverlayCommand) ModelPartCommand(MatrixStack.Entry entry, ModelPart modelPart, int int2, int int3, @Nullable Sprite sprite, boolean bool, boolean bool2, int int4, ModelCommandRenderer.CrumblingOverlayCommand crumblingOverlayCommand, int int5) -
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 voidDragonFireballEntityRenderer.produceVertex(VertexConsumer vertexConsumer, MatrixStack.Entry matrix, int light, float x, int z, int textureU, int textureV) private static voidFishingBobberEntityRenderer.renderFishingLine(float x, float y, float z, VertexConsumer buffer, MatrixStack.Entry matrices, float segmentStart, float segmentEnd) private static voidExperienceOrbEntityRenderer.vertex(VertexConsumer vertexConsumer, MatrixStack.Entry matrix, float x, float y, int red, int green, int blue, float u, float v, int light) private static voidFishingBobberEntityRenderer.vertex(VertexConsumer buffer, MatrixStack.Entry matrix, int light, float x, int y, int u, int v) private static voidGuardianEntityRenderer.vertex(VertexConsumer vertexConsumer, MatrixStack.Entry matrix, float x, float y, float z, int red, int green, int blue, float u, float v) private voidPaintingEntityRenderer.vertex(MatrixStack.Entry matrix, VertexConsumer vertexConsumer, float x, float y, float u, float v, float z, int normalX, int normalY, int normalZ, int light) -
Uses of MatrixStack.Entry in net.minecraft.client.render.item
Methods in net.minecraft.client.render.item with parameters of type MatrixStack.EntryModifier and TypeMethodDescriptionprivate static VertexConsumerItemRenderer.getSpecialItemGlintConsumer(VertexConsumerProvider consumers, RenderLayer layer, MatrixStack.Entry matrix) -
Uses of MatrixStack.Entry in net.minecraft.client.render.model.json
Methods in net.minecraft.client.render.model.json with parameters of type MatrixStack.EntryModifier and TypeMethodDescriptionvoidTransformation.apply(boolean leftHanded, 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.copy()MatrixStack.peek()Returns the entry at the top of this stack.Methods in net.minecraft.client.util.math with parameters of type MatrixStack.Entry