fun <T> GuiGraphics.pose(block: PoseStack.() -> T): T
Runs block with this GuiGraphics's PoseStack pushed, popping it again afterwards (including when block throws). Saves the manual pose().pushPose() / pose().popPose() pairing renderers otherwise need around translate/scale/rotate calls.