Uses of Enum Class
net.minecraft.util.math.AxisTransformation
-
Uses of AxisTransformation in net.minecraft.util.math
Modifier and TypeFieldDescriptionprivate final AxisTransformation
DirectionTransformation.axisTransformation
private static final AxisTransformation[][]
AxisTransformation.COMBINATIONS
Modifier and TypeMethodDescriptionAxisTransformation.prepend
(AxisTransformation transformation) static AxisTransformation
Returns the enum constant of this class with the specified name.static AxisTransformation[]
AxisTransformation.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionprivate
DirectionTransformation
(String name, AxisTransformation axisTransformation, boolean flipX, boolean flipY, boolean flipZ)