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 Rotation
Rotation.rotateClockwise()
Rotate clockwise by 90 degrees.@NotNull Rotation
Rotation.rotateCounterClockwise()
Rotate counter-clockwise by 90 degrees.static Rotation
Returns 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 Rotation
ItemFrame.getRotation()
Get the rotation of the frame's itemMethods in org.bukkit.entity with parameters of type RotationModifier and TypeMethodDescriptionvoid
ItemFrame.setRotation
(@NotNull Rotation rotation) Set the rotation of the frame's item