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 p_121800_, Direction.Axis p_121801_) 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 p_82816_, AxisCycle p_82817_, boolean p_82818_) private void
DiscreteVoxelShape.forAllAxisFaces
(DiscreteVoxelShape.IntFaceConsumer p_82813_, AxisCycle p_82814_) boolean
boolean
DiscreteVoxelShape.isFullWide
(AxisCycle p_82823_, int p_82824_, int p_82825_, int p_82826_)