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.chunkFields in net.minecraft.client.render.chunk declared as Octree.AxisOrderMethods in net.minecraft.client.render.chunk that return Octree.AxisOrderModifier and TypeMethodDescriptionstatic Octree.AxisOrderOctree.AxisOrder.fromPos(int x, int y, int z) static Octree.AxisOrderReturns 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 intOctree.Branch.getIndex(Octree.AxisOrder axisOrder, boolean sameRelativeSideX, boolean sameRelativeSideY, boolean sameRelativeSideZ)