Uses of Interface
com.mojang.blaze3d.vertex.VertexSorting
Packages that use VertexSorting
Package
Description
-
Uses of VertexSorting in com.mojang.blaze3d.systems
Fields in com.mojang.blaze3d.systems declared as VertexSortingModifier and TypeFieldDescriptionprivate static VertexSortingRenderSystem.savedVertexSortingprivate static VertexSortingRenderSystem.vertexSortingMethods in com.mojang.blaze3d.systems that return VertexSortingMethods in com.mojang.blaze3d.systems with parameters of type VertexSortingModifier and TypeMethodDescriptionstatic voidRenderSystem.setProjectionMatrix(org.joml.Matrix4f p_277884_, VertexSorting p_277702_) -
Uses of VertexSorting in com.mojang.blaze3d.vertex
Fields in com.mojang.blaze3d.vertex declared as VertexSortingModifier and TypeFieldDescriptionstatic final VertexSortingVertexSorting.DISTANCE_TO_ORIGINstatic final VertexSortingVertexSorting.ORTHOGRAPHIC_Zprivate VertexSortingBufferBuilder.sorting(package private) final VertexSortingBufferBuilder.SortState.sortingMethods in com.mojang.blaze3d.vertex that return VertexSortingModifier and TypeMethodDescriptionstatic VertexSortingVertexSorting.byDistance(float p_277642_, float p_277654_, float p_278092_) static VertexSortingVertexSorting.byDistance(VertexSorting.DistanceFunction p_277530_) static VertexSortingVertexSorting.byDistance(org.joml.Vector3f p_277725_) Methods in com.mojang.blaze3d.vertex with parameters of type VertexSortingConstructors in com.mojang.blaze3d.vertex with parameters of type VertexSortingModifierConstructorDescription(package private)SortState(VertexFormat.Mode p_278011_, int p_277510_, org.joml.Vector3f[] p_278102_, VertexSorting p_277855_) -
Uses of VertexSorting in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer with parameters of type VertexSortingModifier and TypeMethodDescriptionvoidRenderType.end(BufferBuilder p_277996_, VertexSorting p_277677_)