接口 IForgePoseStack

所有已知实现类:
PoseStack

public interface IForgePoseStack
Extension interface for PoseStack.
  • 方法概要

    修饰符和类型
    方法
    说明
    default void
    Pushes and applies the transformation to this pose stack.
    private PoseStack
     
  • 方法详细资料

    • self

      private PoseStack self()
    • pushTransformation

      default void pushTransformation(Transformation transformation)
      Pushes and applies the transformation to this pose stack.
      The effects of this method can be reversed by a corresponding PoseStack.popPose() call.
      参数:
      transformation - the transformation to push