Uses of Interface
com.mojang.blaze3d.systems.VertexSorter
Packages that use VertexSorter
Package
Description
- 
Uses of VertexSorter in com.mojang.blaze3d.systemsFields in com.mojang.blaze3d.systems declared as VertexSorterModifier and TypeFieldDescriptionstatic final VertexSorterVertexSorter.BY_DISTANCEstatic final VertexSorterVertexSorter.BY_Zprivate final VertexSorterProjectionType.vertexSorterMethods in com.mojang.blaze3d.systems that return VertexSorterModifier and TypeMethodDescriptionstatic VertexSorterVertexSorter.byDistance(float originX, float originY, float originZ) static VertexSorterVertexSorter.byDistance(Vector3f origin) ProjectionType.getVertexSorter()static VertexSorterVertexSorter.of(VertexSorter.SortKeyMapper mapper) Constructors in com.mojang.blaze3d.systems with parameters of type VertexSorterModifierConstructorDescriptionprivateProjectionType(VertexSorter vertexSorter, ProjectionType.Applier applier) 
- 
Uses of VertexSorter in net.minecraft.client.renderMethods in net.minecraft.client.render with parameters of type VertexSorterModifier and TypeMethodDescriptionBuiltBuffer.SortState.sortAndStore(BufferAllocator allocator, VertexSorter sorter) BuiltBuffer.sortQuads(BufferAllocator allocator, VertexSorter sorter) 
- 
Uses of VertexSorter in net.minecraft.client.render.chunkMethods in net.minecraft.client.render.chunk that return VertexSorterModifier and TypeMethodDescription(package private) VertexSorterChunkBuilder.BuiltChunk.getVertexSorter()Methods in net.minecraft.client.render.chunk with parameters of type VertexSorterModifier and TypeMethodDescriptionSectionBuilder.build(ChunkSectionPos sectionPos, ChunkRendererRegion renderRegion, VertexSorter vertexSorter, BlockBufferAllocatorStorage allocatorStorage)