Uses of Enum Class
net.minecraft.util.math.AxisCycleDirection
Packages that use AxisCycleDirection
-
Uses of AxisCycleDirection in net.minecraft.util.math
Fields in net.minecraft.util.math declared as AxisCycleDirectionMethods in net.minecraft.util.math that return AxisCycleDirectionModifier and TypeMethodDescriptionstatic AxisCycleDirectionAxisCycleDirection.between(Direction.Axis from, Direction.Axis to)abstract AxisCycleDirectionAxisCycleDirection.opposite()static AxisCycleDirectionReturns the enum constant of this class with the specified name.static AxisCycleDirection[]AxisCycleDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.util.math with parameters of type AxisCycleDirectionModifier and TypeMethodDescriptionBlockPos.Mutable.set(AxisCycleDirection axis, int x, int y, int z) -
Uses of AxisCycleDirection in net.minecraft.util.shape
Methods in net.minecraft.util.shape with parameters of type AxisCycleDirectionModifier and TypeMethodDescriptionprotected doubleVoxelShape.calculateMaxDistance(AxisCycleDirection axisCycle, Box box, double maxDist)private static doubleVoxelShapes.calculatePushVelocity(Box box, WorldView world, double initial, ShapeContext context, AxisCycleDirection direction, Stream<VoxelShape> shapes)booleanVoxelSet.contains(AxisCycleDirection cycle, int x, int y, int z)private voidVoxelSet.forEachDirection(VoxelSet.PositionConsumer positionConsumer, AxisCycleDirection direction)private voidVoxelSet.forEachEdge(VoxelSet.PositionBiConsumer positionBiConsumer, AxisCycleDirection direction, boolean bool)booleanVoxelSet.inBoundsAndContains(AxisCycleDirection cycle, int x, int y, int z)