Interface Rotate<Self>
- All Known Subinterfaces:
Transform<Self>,TransformStack
- All Known Implementing Classes:
ModelData,ModelTransformer.Params,PoseStackMixin
public interface Rotate<Self>
-
Method Summary
Modifier and TypeMethodDescriptionmultiply(com.mojang.math.Quaternion quaternion) default Selfmultiply(com.mojang.math.Vector3f axis, double angle) default SelfmultiplyRadians(com.mojang.math.Vector3f axis, double angle) default Selfrotate(double angle, net.minecraft.core.Direction.Axis axis) default Selfrotate(net.minecraft.core.Direction axis, float radians) default SelfrotateToFace(net.minecraft.core.Direction facing) default SelfrotateX(double angle) default SelfrotateXRadians(double angle) default SelfrotateY(double angle) default SelfrotateYRadians(double angle) default SelfrotateZ(double angle) default SelfrotateZRadians(double angle)
-
Method Details
-
multiply
-
rotate
-
rotate
-
rotateX
-
rotateY
-
rotateZ
-
rotateXRadians
-
rotateYRadians
-
rotateZRadians
-
multiply
-
multiplyRadians
-
rotateToFace
-