Uses of Interface
com.mojang.blaze3d.systems.VertexSorter
-
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.client.render
Modifier and TypeFieldDescriptionprivate @Nullable VertexSorter
BufferBuilder.sorter
(package private) final @Nullable VertexSorter
BufferBuilder.TransparentSortingData.sorter
Modifier and TypeMethodDescriptionvoid
RenderLayer.draw
(BufferBuilder buffer, VertexSorter sorter) void
BufferBuilder.setSorter
(VertexSorter sorter) ModifierConstructorDescription(package private)
TransparentSortingData
(VertexFormat.DrawMode drawMode, int vertexCount, @Nullable Vector3f[] primitiveCenters, @Nullable VertexSorter sorter)