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 AxisCycle
AxisCycle.between
(Direction.Axis pTo, Direction.Axis pAxis2) abstract AxisCycle
AxisCycle.inverse()
static AxisCycle
Returns 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 double
private void
DiscreteVoxelShape.forAllAxisEdges
(DiscreteVoxelShape.IntLineConsumer pLineConsumer, AxisCycle pAxis, boolean pCombine) private void
DiscreteVoxelShape.forAllAxisFaces
(DiscreteVoxelShape.IntFaceConsumer pFaceConsumer, AxisCycle pAxisRotation) boolean
boolean
DiscreteVoxelShape.isFullWide
(AxisCycle pAxis, int pX, int pY, int pZ)