Uses of Interface
io.papermc.paper.math.Rotation
Packages that use Rotation
Package
Description
Argument resolvers.
The root package of the Bukkit API, contains generalized API classes.
-
Uses of Rotation in io.papermc.paper.command.brigadier.argument.resolvers
Subinterfaces with type arguments of type Rotation in io.papermc.paper.command.brigadier.argument.resolversModifier and TypeInterfaceDescriptioninterfaceAnArgumentResolverthat's capable of resolving a rotation argument value using aCommandSourceStack. -
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 TypeMethodDescriptionLocation.getRotation()Retrieves the rotation of this location.Methods in org.bukkit with parameters of type RotationModifier and TypeMethodDescriptionLocation.addRotation(@NotNull Rotation rotation) Adds rotation to this location.Location.setRotation(@NotNull Rotation rotation) Sets the rotation of this location and returns itself.Location.subtractRotation(@NotNull Rotation rotation) Subtracts rotation from this location.