Uses of Enum Class
org.bukkit.Rotation
Packages that use Rotation
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Interfaces for non-voxel objects that can exist in a
world, including all players, monsters, projectiles, etc.-
Uses of Rotation in org.bukkit
Methods in org.bukkit that return RotationModifier and TypeMethodDescription@NotNull RotationRotation.rotateClockwise()Rotate clockwise by 90 degrees.@NotNull RotationRotation.rotateCounterClockwise()Rotate counter-clockwise by 90 degrees.static RotationReturns the enum constant of this class with the specified name.static Rotation[]Rotation.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Rotation in org.bukkit.entity
Methods in org.bukkit.entity that return RotationModifier and TypeMethodDescription@NotNull RotationItemFrame.getRotation()Get the rotation of the frame's itemMethods in org.bukkit.entity with parameters of type RotationModifier and TypeMethodDescriptionvoidItemFrame.setRotation(@NotNull Rotation rotation) Set the rotation of the frame's item