Uses of Class
net.minecraft.util.AxisRotation
-
Packages that use AxisRotation Package Description net.minecraft.util net.minecraft.util.math net.minecraft.util.math.shapes -
-
Uses of AxisRotation in net.minecraft.util
Fields in net.minecraft.util declared as AxisRotation Modifier and Type Field Description static AxisRotation[]AxisRotation. VALUESMethods in net.minecraft.util that return AxisRotation Modifier and Type Method Description static AxisRotationAxisRotation. between(Direction.Axis p_197516_0_, Direction.Axis p_197516_1_)abstract AxisRotationAxisRotation. inverse()static AxisRotationAxisRotation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AxisRotation[]AxisRotation. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AxisRotation in net.minecraft.util.math
Methods in net.minecraft.util.math with parameters of type AxisRotation Modifier and Type Method Description BlockPos.MutableBlockPos.Mutable. set(AxisRotation p_218295_1_, int p_218295_2_, int p_218295_3_, int p_218295_4_) -
Uses of AxisRotation in net.minecraft.util.math.shapes
Methods in net.minecraft.util.math.shapes with parameters of type AxisRotation Modifier and Type Method Description private static doubleVoxelShapes. collide(AxisAlignedBB p_216386_0_, IWorldReader p_216386_1_, double p_216386_2_, ISelectionContext p_216386_4_, AxisRotation p_216386_5_, java.util.stream.Stream<VoxelShape> p_216386_6_)protected doubleVoxelShape. collideX(AxisRotation p_212431_1_, AxisAlignedBB p_212431_2_, double p_212431_3_)private voidVoxelShapePart. forAllAxisEdges(VoxelShapePart.ILineConsumer p_197832_1_, AxisRotation p_197832_2_, boolean p_197832_3_)private voidVoxelShapePart. forAllAxisFaces(VoxelShapePart.IFaceConsumer p_211541_1_, AxisRotation p_211541_2_)booleanVoxelShapePart. isFull(AxisRotation p_197829_1_, int p_197829_2_, int p_197829_3_, int p_197829_4_)booleanVoxelShapePart. isFullWide(AxisRotation p_197824_1_, int p_197824_2_, int p_197824_3_, int p_197824_4_)
-