Interface IForgePoseStack

All Known Implementing Classes:
PoseStack

public interface IForgePoseStack
Extension interface for PoseStack.
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    Pushes and applies the transformation to this pose stack.
    private PoseStack
     
  • Method Details

    • 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.
      Parameters:
      transformation - the transformation to push