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 MeshDataModifier and TypeMethodDescriptionBufferBuilder.build()BufferBuilder.buildOrThrow()private MeshDataBufferBuilder.storeMesh()Methods in com.mojang.blaze3d.vertex with parameters of type MeshDataModifier and TypeMethodDescriptionstatic voidstatic voidBufferUploader.drawWithShader(MeshData meshData) private static VertexBuffervoid -
Uses of MeshData in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer that return MeshDataModifier and TypeMethodDescriptionprivate MeshDataCloudRenderer.buildMesh(Tesselator tesselator, int cellX, int cellZ, CloudStatus cloudStatus, CloudRenderer.RelativeCameraPos relativeCameraPos, RenderType renderType) 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<RenderType, MeshData> SectionCompiler.Results.renderedLayersMethods in net.minecraft.client.renderer.chunk with parameters of type MeshDataModifier and TypeMethodDescriptionSectionRenderDispatcher.uploadSectionLayer(MeshData meshData, VertexBuffer vertexBuffer)