Uses of Enum Class
net.minecraft.core.AxisCycle
Packages that use AxisCycle
-
Uses of AxisCycle in net.minecraft.core
Subclasses with type arguments of type AxisCycle in net.minecraft.coreFields in net.minecraft.core declared as AxisCycleMethods in net.minecraft.core that return AxisCycleModifier and TypeMethodDescriptionstatic AxisCycleAxisCycle.between(Direction.Axis from, Direction.Axis to) 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 consumer, AxisCycle transform, boolean mergeNeighbors) private voidDiscreteVoxelShape.forAllAxisFaces(DiscreteVoxelShape.IntFaceConsumer consumer, AxisCycle transform) booleanbooleanDiscreteVoxelShape.isFullWide(AxisCycle transform, int x, int y, int z)