Uses of Enum Class
hm.zelha.particlesfx.util.Rotation.Axis
Packages that use Rotation.Axis
-
Uses of Rotation.Axis in hm.zelha.particlesfx.shapers.parents
Methods in hm.zelha.particlesfx.shapers.parents that return Rotation.AxisModifier and TypeMethodDescriptionRotationHandler.getAroundRotationOrder()Shape.getAroundRotationOrder()RotationHandler.getRotationOrder()Shape.getRotationOrder()Methods in hm.zelha.particlesfx.shapers.parents with parameters of type Rotation.AxisModifier and TypeMethodDescriptionvoidRotationHandler.setAroundRotationOrder(org.bukkit.Location around, Rotation.Axis first, Rotation.Axis second, Rotation.Axis third) voidShape.setAroundRotationOrder(org.bukkit.Location around, Rotation.Axis first, Rotation.Axis second, Rotation.Axis third) voidRotationHandler.setRotationOrder(Rotation.Axis first, Rotation.Axis second, Rotation.Axis third) voidShape.setRotationOrder(Rotation.Axis first, Rotation.Axis second, Rotation.Axis third) -
Uses of Rotation.Axis in hm.zelha.particlesfx.util
Methods in hm.zelha.particlesfx.util that return Rotation.AxisModifier and TypeMethodDescriptionRotation.getRotationOrder()static Rotation.AxisReturns the enum constant of this class with the specified name.static Rotation.Axis[]Rotation.Axis.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in hm.zelha.particlesfx.util with parameters of type Rotation.AxisModifier and TypeMethodDescriptionvoidRotation.setRotationOrder(Rotation.Axis first, Rotation.Axis second, Rotation.Axis third) Changes the order that rotations are applied.