Uses of Enum Class
net.minecraft.client.render.chunk.Octree.AxisOrder
Packages that use Octree.AxisOrder
-
Uses of Octree.AxisOrder in net.minecraft.client.render.chunk
Fields in net.minecraft.client.render.chunk declared as Octree.AxisOrderMethods in net.minecraft.client.render.chunk that return Octree.AxisOrderModifier and TypeMethodDescriptionstatic Octree.AxisOrder
Octree.AxisOrder.fromPos
(int x, int y, int z) static Octree.AxisOrder
Returns the enum constant of this class with the specified name.static Octree.AxisOrder[]
Octree.AxisOrder.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.render.chunk with parameters of type Octree.AxisOrderModifier and TypeMethodDescriptionprivate static int
Octree.Branch.getIndex
(Octree.AxisOrder axisOrder, boolean sameRelativeSideX, boolean sameRelativeSideY, boolean sameRelativeSideZ)