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 MeshDataModifierConstructorDescriptionprivateMeshToDraw(MeshData mesh, RenderPipeline pipeline, TextureSetup textureSetup, @Nullable ScreenRectangle scissorArea) Creates an instance of aMeshToDrawrecord class. -
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 -
Uses of MeshData in net.minecraft.client.renderer.rendertype
Methods in net.minecraft.client.renderer.rendertype with parameters of type MeshData