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 p_121800_, Direction.Axis p_121801_)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 TypeMethodDescriptionprivate static doubleShapes.collide(AABB p_83067_, LevelReader p_83068_, double p_83069_, CollisionContext p_83070_, AxisCycle p_83071_, Stream<VoxelShape> p_83072_)protected doubleprivate voidDiscreteVoxelShape.forAllAxisEdges(DiscreteVoxelShape.IntLineConsumer p_82816_, AxisCycle p_82817_, boolean p_82818_)private voidDiscreteVoxelShape.forAllAxisFaces(DiscreteVoxelShape.IntFaceConsumer p_82813_, AxisCycle p_82814_)booleanbooleanDiscreteVoxelShape.isFullWide(AxisCycle p_82823_, int p_82824_, int p_82825_, int p_82826_)