Uses of Enum
net.minecraft.util.math.AxisTransformation
Packages that use AxisTransformation
-
Uses of AxisTransformation in net.minecraft.util.math
Fields in net.minecraft.util.math declared as AxisTransformationModifier and TypeFieldDescriptionprivate AxisTransformation
DirectionTransformation.axisTransformation
private static AxisTransformation[][]
AxisTransformation.COMBINATIONS
Methods in net.minecraft.util.math that return AxisTransformationModifier and TypeMethodDescriptionAxisTransformation.prepend(AxisTransformation transformation)
static AxisTransformation
Returns the enum constant of this type with the specified name.static AxisTransformation[]
AxisTransformation.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 AxisTransformationConstructors in net.minecraft.util.math with parameters of type AxisTransformationModifierConstructorDescriptionprivate
DirectionTransformation(String name, AxisTransformation axisTransformation, boolean flipX, boolean flipY, boolean flipZ)