Uses of Interface
io.papermc.paper.math.Rotation
Packages that use Rotation
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of Rotation in io.papermc.paper.math
Methods in io.papermc.paper.math that return Rotation -
Uses of Rotation in org.bukkit
Methods in org.bukkit that return RotationModifier and TypeMethodDescription@NotNull RotationLocation.getRotation()Retrieves the rotation of this location.Methods in org.bukkit with parameters of type RotationModifier and TypeMethodDescription@NotNull LocationLocation.addRotation(@NotNull Rotation rotation) Adds rotation to this location.@NotNull LocationLocation.setRotation(@NotNull Rotation rotation) Sets the rotation of this location and returns itself.@NotNull LocationLocation.subtractRotation(@NotNull Rotation rotation) Subtracts rotation from this location.