Uses of Interface
com.mojang.blaze3d.systems.VertexSorter
Package
Description
-
Uses of VertexSorter in com.mojang.blaze3d.systems
Modifier and TypeFieldDescriptionstatic final VertexSorter
VertexSorter.BY_DISTANCE
static final VertexSorter
VertexSorter.BY_Z
private final VertexSorter
ProjectionType.vertexSorter
Modifier and TypeMethodDescriptionstatic VertexSorter
VertexSorter.byDistance
(float originX, float originY, float originZ) static VertexSorter
VertexSorter.byDistance
(Vector3f origin) ProjectionType.getVertexSorter()
static VertexSorter
VertexSorter.of
(VertexSorter.SortKeyMapper mapper) ModifierConstructorDescriptionprivate
ProjectionType
(VertexSorter vertexSorter, ProjectionType.Applier applier) -
Uses of VertexSorter in net.minecraft.client.render
Modifier and TypeMethodDescriptionBuiltBuffer.SortState.sortAndStore
(BufferAllocator allocator, VertexSorter sorter) BuiltBuffer.sortQuads
(BufferAllocator allocator, VertexSorter sorter) -
Uses of VertexSorter in net.minecraft.client.render.chunk
Modifier and TypeMethodDescription(package private) VertexSorter
ChunkBuilder.BuiltChunk.getVertexSorter()
Modifier and TypeMethodDescriptionSectionBuilder.build
(ChunkSectionPos sectionPos, ChunkRendererRegion renderRegion, VertexSorter vertexSorter, BlockBufferAllocatorStorage allocatorStorage)