Uses of Interface
com.mojang.blaze3d.systems.VertexSorter
Package
Description
The base package for all Minecraft classes.
-
Uses of VertexSorter in com.mojang.blaze3d.systems
Modifier and TypeFieldDescriptionstatic final VertexSorter
VertexSorter.BY_DISTANCE
static final VertexSorter
VertexSorter.BY_Z
private static VertexSorter
RenderSystem.savedVertexSorting
private static VertexSorter
RenderSystem.vertexSorting
Modifier 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) Modifier and TypeMethodDescriptionstatic void
RenderSystem.setProjectionMatrix
(Matrix4f projectionMatrix, VertexSorter vertexSorting) -
Uses of VertexSorter in net.minecraft
Modifier and TypeMethodDescriptionclass_9801.method_60819
(class_9799 class_9799, VertexSorter vertexSorter) class_9801.class_9802.method_60824
(class_9799 class_9799, VertexSorter vertexSorter) class_9810.method_60904
(ChunkSectionPos chunkSectionPos, ChunkRendererRegion chunkRendererRegion, VertexSorter vertexSorter, BlockBufferBuilderStorage blockBufferBuilderStorage) -
Uses of VertexSorter in net.minecraft.client.render.chunk
Modifier and TypeMethodDescription(package private) VertexSorter
ChunkBuilder.BuiltChunk.method_60909()