Uses of Enum Class
net.minecraft.client.renderer.Octree.AxisSorting
Packages that use Octree.AxisSorting
-
Uses of Octree.AxisSorting in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as Octree.AxisSortingMethods in net.minecraft.client.renderer that return Octree.AxisSortingModifier and TypeMethodDescriptionstatic Octree.AxisSortingOctree.AxisSorting.getAxisSorting(int pXDiff, int pYDiff, int pZDiff) static Octree.AxisSortingReturns the enum constant of this class with the specified name.static Octree.AxisSorting[]Octree.AxisSorting.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.renderer with parameters of type Octree.AxisSortingModifier and TypeMethodDescriptionprivate static intOctree.Branch.getNodeIndex(Octree.AxisSorting pSorting, boolean pXDiffNegative, boolean pYDiffNegative, boolean pZDiffNegative)