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 to, Direction.Axis axis2) 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 lineConsumer, AxisCycle axis, boolean combine) private voidDiscreteVoxelShape.forAllAxisFaces(DiscreteVoxelShape.IntFaceConsumer faceConsumer, AxisCycle axisRotation) booleanbooleanDiscreteVoxelShape.isFullWide(AxisCycle axis, int x, int y, int z)