接口 IForgePoseStack
- 所有已知实现类:
PoseStack
public interface IForgePoseStack
Extension interface for
PoseStack
.-
方法概要
修饰符和类型方法说明default void
pushTransformation
(Transformation transformation) Pushes and applies thetransformation
to this pose stack.private PoseStack
self()
-
方法详细资料
-
self
-
pushTransformation
Pushes and applies thetransformation
to this pose stack.
The effects of this method can be reversed by a correspondingPoseStack.popPose()
call.- 参数:
transformation
- the transformation to push
-