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 TypeMethodDescriptionprivate static voidBufferUploader._drawWithShader(MeshData meshData) static 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 MeshDataLevelRenderer.buildClouds(Tesselator tesselator, double x, double y, double z, Vec3 cloudColor) private static MeshDataLevelRenderer.buildSkyDisc(Tesselator tesselator, float y) private MeshDataLevelRenderer.drawStars(Tesselator tesselator) 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)