Uses of Enum Class
net.minecraft.core.AxisCycle
-
Uses of AxisCycle in net.minecraft.core
Modifier 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.Modifier and TypeMethodDescription -
Uses of AxisCycle in net.minecraft.world.phys.shapes
Modifier and TypeMethodDescriptionprivate static double
Shapes.collide(AABB p_83067_, LevelReader p_83068_, double p_83069_, CollisionContext p_83070_, AxisCycle p_83071_, Stream<VoxelShape> p_83072_)
protected 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_)