Uses of Interface
com.mojang.blaze3d.systems.VertexSorter
Packages that use VertexSorter
Package
Description
-
Uses of VertexSorter in com.mojang.blaze3d.systems
Fields in com.mojang.blaze3d.systems declared as VertexSorterModifier and TypeFieldDescriptionstatic final VertexSorter
VertexSorter.BY_DISTANCE
static final VertexSorter
VertexSorter.BY_Z
private static VertexSorter
RenderSystem.savedVertexSorting
private static VertexSorter
RenderSystem.vertexSorting
Methods in com.mojang.blaze3d.systems that return VertexSorterModifier and TypeMethodDescriptionstatic VertexSorter
VertexSorter.byDistance
(float originX, float originY, float originZ) static VertexSorter
VertexSorter.byDistance
(Vector3f origin) static VertexSorter
RenderSystem.getVertexSorting()
static VertexSorter
VertexSorter.of
(VertexSorter.SortKeyMapper mapper) Methods in com.mojang.blaze3d.systems with parameters of type VertexSorterModifier and TypeMethodDescriptionstatic void
RenderSystem.setProjectionMatrix
(Matrix4f projectionMatrix, VertexSorter vertexSorting) -
Uses of VertexSorter in net.minecraft.client.render
Methods 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.chunk
Methods in net.minecraft.client.render.chunk that return VertexSorterModifier and TypeMethodDescription(package private) VertexSorter
ChunkBuilder.BuiltChunk.method_60909()
Methods in net.minecraft.client.render.chunk with parameters of type VertexSorterModifier and TypeMethodDescriptionSectionBuilder.build
(ChunkSectionPos sectionPos, ChunkRendererRegion renderRegion, VertexSorter vertexSorter, BlockBufferAllocatorStorage allocatorStorage)