Interface IPoseStackExtension


public interface IPoseStackExtension
Extension interface for PoseStack.
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    pushTransformation(com.mojang.math.Transformation transformation)
    Pushes and applies the transformation to this pose stack.
    private com.mojang.blaze3d.vertex.PoseStack
     
  • Method Details

    • self

      private com.mojang.blaze3d.vertex.PoseStack self()
    • pushTransformation

      default void pushTransformation(com.mojang.math.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