Uses of Interface
com.mojang.blaze3d.systems.VertexSorter
Packages that use VertexSorter
Package
Description
The base package for all Minecraft classes.
-
Uses of VertexSorter in com.mojang.blaze3d.systems
Fields in com.mojang.blaze3d.systems declared as VertexSorterModifier and TypeFieldDescriptionstatic final VertexSorterVertexSorter.BY_DISTANCEstatic final VertexSorterVertexSorter.BY_Zprivate static VertexSorterRenderSystem.savedVertexSortingprivate static VertexSorterRenderSystem.vertexSortingMethods in com.mojang.blaze3d.systems that return VertexSorterModifier and TypeMethodDescriptionstatic VertexSorterVertexSorter.byDistance(float originX, float originY, float originZ) static VertexSorterVertexSorter.byDistance(Vector3f origin) static VertexSorterRenderSystem.getVertexSorting()static VertexSorterVertexSorter.of(VertexSorter.SortKeyMapper mapper) Methods in com.mojang.blaze3d.systems with parameters of type VertexSorterModifier and TypeMethodDescriptionstatic voidRenderSystem.setProjectionMatrix(Matrix4f projectionMatrix, VertexSorter vertexSorting) -
Uses of VertexSorter in net.minecraft
Methods in net.minecraft with parameters of type VertexSorterModifier 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
Methods in net.minecraft.client.render.chunk that return VertexSorterModifier and TypeMethodDescription(package private) VertexSorterChunkBuilder.BuiltChunk.method_60909()