Uses of Interface
net.minecraft.client.renderer.chunk.SectionMesh
Packages that use SectionMesh
-
Uses of SectionMesh in net.minecraft.client.renderer.chunk
Classes in net.minecraft.client.renderer.chunk that implement SectionMeshFields in net.minecraft.client.renderer.chunk declared as SectionMeshModifier and TypeFieldDescriptionstatic final SectionMeshCompiledSectionMesh.EMPTYstatic final SectionMeshCompiledSectionMesh.UNCOMPILEDFields in net.minecraft.client.renderer.chunk with type parameters of type SectionMeshModifier and TypeFieldDescriptionprivate final @Nullable UberGpuBuffer<SectionMesh> SectionRenderDispatcher.SectionUberBuffers.indexBufferThe field for theindexBufferrecord component.final AtomicReference<SectionMesh> SectionRenderDispatcher.RenderSection.sectionMeshprivate final UberGpuBuffer<SectionMesh> SectionRenderDispatcher.SectionUberBuffers.vertexBufferThe field for thevertexBufferrecord component.Methods in net.minecraft.client.renderer.chunk that return SectionMeshModifier and TypeMethodDescriptionSectionRenderDispatcher.RenderSection.getSectionMesh()private SectionMeshSectionRenderDispatcher.RenderSection.setSectionMesh(SectionMesh sectionMesh) Methods in net.minecraft.client.renderer.chunk that return types with arguments of type SectionMeshModifier and TypeMethodDescription@Nullable UberGpuBuffer<SectionMesh> SectionRenderDispatcher.SectionUberBuffers.indexBuffer()Returns the value of theindexBufferrecord component.SectionRenderDispatcher.SectionUberBuffers.vertexBuffer()Returns the value of thevertexBufferrecord component.Methods in net.minecraft.client.renderer.chunk with parameters of type SectionMeshModifier and TypeMethodDescriptionSectionRenderDispatcher.getRenderSectionSlice(SectionMesh sectionMesh, ChunkSectionLayer layer) (package private) voidSectionRenderDispatcher.RenderSection.indexBufferUploadCallback(SectionMesh sectionMesh, ChunkSectionLayer layer, boolean sortedIndexBuffer) private voidSectionRenderDispatcher.RenderSection.releaseSectionMesh(SectionMesh oldMesh) private SectionMeshSectionRenderDispatcher.RenderSection.setSectionMesh(SectionMesh sectionMesh) (package private) voidSectionRenderDispatcher.RenderSection.vertexBufferUploadCallback(SectionMesh sectionMesh, ChunkSectionLayer layer) Constructor parameters in net.minecraft.client.renderer.chunk with type arguments of type SectionMeshModifierConstructorDescriptionprivateSectionUberBuffers(UberGpuBuffer<SectionMesh> vertexBuffer, @Nullable UberGpuBuffer<SectionMesh> indexBuffer) Creates an instance of aSectionUberBuffersrecord class.