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 pMeshData) static voidstatic voidBufferUploader.drawWithShader(MeshData pMeshData) 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 pTesselator, double pX, double pY, double pZ, Vec3 pCloudColor) private static MeshDataLevelRenderer.buildSkyDisc(Tesselator pTesselator, float pY) private MeshDataLevelRenderer.drawStars(Tesselator pTesselator) 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 pMeshData, VertexBuffer pVertexBuffer)