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 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 TypeMethodDescriptionSectionRenderDispatcher.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) private voidSectionRenderDispatcher.RenderSection.releaseSectionMesh(SectionMesh oldMesh) private SectionMeshSectionRenderDispatcher.RenderSection.setSectionMesh(SectionMesh sectionMesh) Constructor parameters in net.minecraft.client.renderer.chunk with type arguments of type SectionMeshModifierConstructorDescriptionprivateSectionUberBuffers(UberGpuBuffer<SectionMesh> vertexBuffer, UberGpuBuffer<SectionMesh> indexBuffer) Creates an instance of aSectionUberBuffersrecord class.