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 MeshDataGuiRenderer.MeshToDraw.meshThe field for themeshrecord component.Methods in net.minecraft.client.gui.render that return MeshDataModifier and TypeMethodDescriptionGuiRenderer.MeshToDraw.mesh()Returns the value of themeshrecord 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 aMeshToDrawrecord 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.renderedLayersMethods in net.minecraft.client.renderer.chunk with parameters of type MeshDataModifier and TypeMethodDescriptionvoidCompiledSectionMesh.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)