Interface IForgePoseStack
- All Known Implementing Classes:
PoseStack
public interface IForgePoseStack
Extension interface for
PoseStack
.-
Method Summary
Modifier and TypeMethodDescriptiondefault void
pushTransformation
(Transformation transformation) Pushes and applies thetransformation
to this pose stack.private PoseStack
self()
-
Method Details
-
self
-
pushTransformation
Pushes and applies thetransformation
to this pose stack.
The effects of this method can be reversed by a correspondingPoseStack.popPose()
call.- Parameters:
transformation
- the transformation to push
-