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_ZMethods in com.mojang.blaze3d.systems that return VertexSorterModifier and TypeMethodDescriptionstatic VertexSorterVertexSorter.byDistance(float originX, float originY, float originZ) static VertexSorterVertexSorter.byDistance(Vector3f origin) static VertexSorterVertexSorter.of(VertexSorter.SortKeyMapper mapper) -
Uses of VertexSorter in net.minecraft
Fields in net.minecraft declared as VertexSorterMethods in net.minecraft that return VertexSorterConstructors in net.minecraft with parameters of type VertexSorterModifierConstructorDescriptionprivateclass_10366(VertexSorter vertexSorter, class_10366.class_10367 class_10367) -
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) VertexSorterChunkBuilder.BuiltChunk.getVertexSorter()Methods in net.minecraft.client.render.chunk with parameters of type VertexSorterModifier and TypeMethodDescriptionSectionBuilder.build(ChunkSectionPos sectionPos, ChunkRendererRegion renderRegion, VertexSorter vertexSorter, BlockBufferAllocatorStorage allocatorStorage)