Uses of Interface
io.papermc.paper.math.Angle
Packages that use Angle
Package
Description
Interfaces for non-voxel objects that can exist in a
world, including all players, monsters, projectiles, etc.-
Uses of Angle in io.papermc.paper.math
Methods in io.papermc.paper.math that return Angle -
Uses of Angle in org.bukkit.entity
Methods in org.bukkit.entity with parameters of type AngleModifier and TypeMethodDescriptionvoidEntity.setRotation(@NotNull Angle yaw, @NotNull Angle pitch) Sets the entity's rotation.voidPlayer.setRotation(Angle yaw, Angle pitch) Set the player's rotation.