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 moe.caramel.daydream.brigadier
Methods in moe.caramel.daydream.brigadier that return RotationModifier and TypeMethodDescriptionstatic Rotation
Resolvers.rotation
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, String name) 명령어 컨텍스트와 주어진 인수 이름으로부터 회전을 해석합니다. -
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.