Uses of Enum Class
net.minecraft.core.AxisCycle
Packages that use AxisCycle
-
Uses of AxisCycle in net.minecraft.core
Fields in net.minecraft.core declared as AxisCycleMethods in net.minecraft.core that return AxisCycleModifier and TypeMethodDescriptionstatic AxisCycleAxisCycle.between(Direction.Axis pTo, Direction.Axis pAxis2) abstract AxisCycleAxisCycle.inverse()static AxisCycleReturns the enum constant of this class with the specified name.static AxisCycle[]AxisCycle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.core with parameters of type AxisCycleModifier and TypeMethodDescription -
Uses of AxisCycle in net.minecraft.world.phys.shapes
Methods in net.minecraft.world.phys.shapes with parameters of type AxisCycleModifier and TypeMethodDescriptionprotected doubleprivate voidDiscreteVoxelShape.forAllAxisEdges(DiscreteVoxelShape.IntLineConsumer pLineConsumer, AxisCycle pAxis, boolean pCombine) private voidDiscreteVoxelShape.forAllAxisFaces(DiscreteVoxelShape.IntFaceConsumer pFaceConsumer, AxisCycle pAxisRotation) booleanbooleanDiscreteVoxelShape.isFullWide(AxisCycle pAxis, int pX, int pY, int pZ)