Uses of Class
me.c7dev.dexterity.transaction.RotationTransaction
Packages that use RotationTransaction
-
Uses of RotationTransaction in me.c7dev.dexterity.api
Methods in me.c7dev.dexterity.api with parameters of type RotationTransactionModifier and TypeMethodDescriptionDexRotation.prepareRotation
(RotationPlan plan, RotationTransaction transaction) Prepare a rotation that can be reused.void
DexRotation.setTransaction
(RotationTransaction t2) Set a transaction to be used to be able to undo a rotation -
Uses of RotationTransaction in me.c7dev.dexterity.util
Methods in me.c7dev.dexterity.util that return RotationTransactionConstructors in me.c7dev.dexterity.util with parameters of type RotationTransactionModifierConstructorDescriptionQueuedRotation
(org.joml.Quaterniond q1, boolean async, RotationTransaction t)