Uses of Class
net.minecraft.util.math.AxisCycleDirection
| Package | Description |
|---|---|
| net.minecraft.util.math | |
| net.minecraft.util.shape |
-
Uses of AxisCycleDirection in net.minecraft.util.math
Fields in net.minecraft.util.math declared as AxisCycleDirection Modifier and Type Field Description static AxisCycleDirection[]AxisCycleDirection. VALUESMethods in net.minecraft.util.math that return AxisCycleDirection Modifier and Type Method Description static AxisCycleDirectionAxisCycleDirection. between(Direction.Axis from, Direction.Axis to)abstract AxisCycleDirectionAxisCycleDirection. opposite()static AxisCycleDirectionAxisCycleDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static AxisCycleDirection[]AxisCycleDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.util.math with parameters of type AxisCycleDirection Modifier and Type Method Description BlockPos.MutableBlockPos.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 AxisCycleDirection Modifier and Type Method Description protected 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)