Interface IPoseStackExtension
public interface IPoseStackExtension
Extension interface for
PoseStack
.-
Method Summary
Modifier and TypeMethodDescriptiondefault void
pushTransformation
(com.mojang.math.Transformation transformation) Pushes and applies thetransformation
to this pose stack.private com.mojang.blaze3d.vertex.PoseStack
self()
-
Method Details
-
self
private com.mojang.blaze3d.vertex.PoseStack self() -
pushTransformation
default void pushTransformation(com.mojang.math.Transformation transformation) Pushes and applies thetransformation
to this pose stack.
The effects of this method can be reversed by a correspondingPoseStack.popPose()
call.- Parameters:
transformation
- the transformation to push
-