Uses of Class
net.minecraft.util.math.DirectionTransformation
| Package | Description |
|---|---|
| net.minecraft.client.render.model | |
| net.minecraft.util | |
| net.minecraft.util.math |
-
Uses of DirectionTransformation in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model declared as DirectionTransformation Modifier and Type Field Description private DirectionTransformationModelRotation. directionTransformationMethods in net.minecraft.client.render.model that return DirectionTransformation Modifier and Type Method Description DirectionTransformationModelRotation. method_35808() -
Uses of DirectionTransformation in net.minecraft.util
Fields in net.minecraft.util declared as DirectionTransformation Modifier and Type Field Description private DirectionTransformationBlockMirror. directionTransformationprivate DirectionTransformationBlockRotation. directionTransformationMethods in net.minecraft.util that return DirectionTransformation Modifier and Type Method Description DirectionTransformationBlockMirror. getDirectionTransformation()DirectionTransformationBlockRotation. getDirectionTransformation()Constructors in net.minecraft.util with parameters of type DirectionTransformation Constructor Description BlockMirror(Text name, DirectionTransformation directionTransformation)BlockRotation(DirectionTransformation directionTransformation) -
Uses of DirectionTransformation in net.minecraft.util.math
Fields in net.minecraft.util.math declared as DirectionTransformation Modifier and Type Field Description private static DirectionTransformation[][]DirectionTransformation. COMBINATIONSprivate static DirectionTransformation[]DirectionTransformation. INVERSESMethods in net.minecraft.util.math that return DirectionTransformation Modifier and Type Method Description DirectionTransformationDirectionTransformation. method_35813()DirectionTransformationDirectionTransformation. prepend(DirectionTransformation transformation)static DirectionTransformationDirectionTransformation. valueOf(String name)Returns the enum constant of this type with the specified name.static DirectionTransformation[]DirectionTransformation. 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 DirectionTransformation Modifier and Type Method Description DirectionTransformationDirectionTransformation. prepend(DirectionTransformation transformation)