Uses of Class
com.mojang.blaze3d.vertex.MeshData
Packages that use MeshData
Package
Description
-
Uses of MeshData in com.mojang.blaze3d.vertex
Methods in com.mojang.blaze3d.vertex that return MeshData -
Uses of MeshData in net.minecraft.client.gui.render
Fields in net.minecraft.client.gui.render declared as MeshDataModifier and TypeFieldDescriptionprivate final MeshData
GuiRenderer.MeshToDraw.mesh
The field for themesh
record component.Methods in net.minecraft.client.gui.render that return MeshDataModifier and TypeMethodDescriptionGuiRenderer.MeshToDraw.mesh()
Returns the value of themesh
record component.Constructors in net.minecraft.client.gui.render with parameters of type MeshDataModifierConstructorDescription(package private)
MeshToDraw
(MeshData mesh, RenderPipeline pipeline, TextureSetup textureSetup, ScreenRectangle scissorArea) Creates an instance of aMeshToDraw
record class. -
Uses of MeshData in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer with parameters of type MeshData -
Uses of MeshData in net.minecraft.client.renderer.chunk
Fields in net.minecraft.client.renderer.chunk with type parameters of type MeshDataModifier and TypeFieldDescriptionfinal Map
<ChunkSectionLayer, MeshData> SectionCompiler.Results.renderedLayers
Methods in net.minecraft.client.renderer.chunk with parameters of type MeshDataModifier and TypeMethodDescriptionvoid
CompiledSectionMesh.uploadMeshLayer
(ChunkSectionLayer pLayer, MeshData pMeshData, long pSectionNode) Method parameters in net.minecraft.client.renderer.chunk with type arguments of type MeshDataModifier and TypeMethodDescriptionSectionRenderDispatcher.RenderSection.upload
(Map<ChunkSectionLayer, MeshData> pRenderedLayers, CompiledSectionMesh pMesh)