Interface PoseStackExtension
public interface PoseStackExtension
An extension interface for
Each PoseStack lazily creates and saves a wrapper instance. This wrapper is cached and reused for all future calls.
PoseStack that provides a PoseTransformStack wrapper.
Each PoseStack lazily creates and saves a wrapper instance. This wrapper is cached and reused for all future calls.
-
Method Summary
Modifier and TypeMethodDescriptiondev.engine_room.flywheel.lib.transform.PoseTransformStack
-
Method Details
-
flywheel$transformStack
dev.engine_room.flywheel.lib.transform.PoseTransformStack flywheel$transformStack()- Returns:
- The
PoseTransformStackwrapper for thisPoseStack.
-