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. VALUES
Methods in net.minecraft.util that return AxisRotation Modifier and Type Method Description static AxisRotation
AxisRotation. between(Direction.Axis p_197516_0_, Direction.Axis p_197516_1_)
abstract AxisRotation
AxisRotation. inverse()
static AxisRotation
AxisRotation. 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.Mutable
BlockPos.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 double
VoxelShapes. 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 double
VoxelShape. collideX(AxisRotation p_212431_1_, AxisAlignedBB p_212431_2_, double p_212431_3_)
private void
VoxelShapePart. forAllAxisEdges(VoxelShapePart.ILineConsumer p_197832_1_, AxisRotation p_197832_2_, boolean p_197832_3_)
private void
VoxelShapePart. forAllAxisFaces(VoxelShapePart.IFaceConsumer p_211541_1_, AxisRotation p_211541_2_)
boolean
VoxelShapePart. isFull(AxisRotation p_197829_1_, int p_197829_2_, int p_197829_3_, int p_197829_4_)
boolean
VoxelShapePart. isFullWide(AxisRotation p_197824_1_, int p_197824_2_, int p_197824_3_, int p_197824_4_)
-