com.mojang.blaze3d.systems

public interface VertexSorter

com.mojang.blaze3d.vertex.VertexSorting
com.mojang.blaze3d.vertex.VertexSorting
net.minecraft.class_8251
com.mojang.blaze3d.systems.VertexSorter

Field summary

Modifier and TypeField
VertexSorter
DISTANCE_TO_ORIGIN
DISTANCE_TO_ORIGIN
field_43360
BY_DISTANCE
VertexSorter
ORTHOGRAPHIC_Z
ORTHOGRAPHIC_Z
field_43361
BY_Z

Method summary

Modifier and TypeMethod
static VertexSorter
byDistance(float x, float y, float z)
byDistance(float x, float y, float z)
method_49906(float arg0, float arg1, float arg2)
byDistance(float originX, float originY, float originZ)
static VertexSorter
byDistance(org.joml.Vector3fc origin)
byDistance(org.joml.Vector3fc origin)
method_49909(org.joml.Vector3fc arg0)
byDistance(org.joml.Vector3fc origin)
static VertexSorter
byDistance(VertexSorting$DistanceFunction function)
byDistance(VertexSorting$DistanceFunction function)
method_49907(class_8251$class_8252 arg0)
of(VertexSorter$SortKeyMapper mapper)
int[]
sort(CompactVectorArray points)
sort(CompactVectorArray points)
method_1_57(class_11899 arg0)
vectors(Vec3fArray vectors)