Uses of Class
me.c7dev.dexterity.util.RotationPlan
Packages that use RotationPlan
Package
Description
-
Uses of RotationPlan in me.c7dev.dexterity.api
Methods in me.c7dev.dexterity.api with parameters of type RotationPlanModifier and TypeMethodDescriptionDexRotation.prepareRotation
(RotationPlan plan, RotationTransaction transaction) Prepare a rotation that can be reused.org.joml.Quaterniond
DexRotation.rotate
(RotationPlan plan) Rotate by a specified plan with details about every axis and if it is asynchronous. -
Uses of RotationPlan in me.c7dev.dexterity.displays
Methods in me.c7dev.dexterity.displays with parameters of type RotationPlanModifier and TypeMethodDescriptionorg.joml.Quaterniond
DexterityDisplay.rotate
(RotationPlan plan) Rotate the selection -
Uses of RotationPlan in me.c7dev.dexterity.displays.animation
Constructors in me.c7dev.dexterity.displays.animation with parameters of type RotationPlanModifierConstructorDescriptionRotationAnimation
(DexterityDisplay display, int ticks, RotationPlan rotation) -
Uses of RotationPlan in me.c7dev.dexterity.util
Methods in me.c7dev.dexterity.util that return RotationPlan