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 MeshData
BufferBuilder.storeMesh()
Methods in com.mojang.blaze3d.vertex with parameters of type MeshDataModifier and TypeMethodDescriptionprivate static void
BufferUploader._drawWithShader
(MeshData p_350373_) static void
static void
BufferUploader.drawWithShader
(MeshData p_350434_) private static VertexBuffer
void
-
Uses of MeshData in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer that return MeshDataModifier and TypeMethodDescriptionprivate MeshData
LevelRenderer.buildClouds
(Tesselator p_350398_, double p_234263_, double p_234264_, double p_234265_, Vec3 p_234266_) private static MeshData
LevelRenderer.buildSkyDisc
(Tesselator p_350585_, float p_234269_) private MeshData
LevelRenderer.drawStars
(Tesselator p_350542_) 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.renderedLayers
Methods in net.minecraft.client.renderer.chunk with parameters of type MeshDataModifier and TypeMethodDescriptionSectionRenderDispatcher.uploadSectionLayer
(MeshData p_350732_, VertexBuffer p_294163_)