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