Uses of Interface
io.papermc.paper.math.Position
Packages that use Position
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 Position in io.papermc.paper.event.world
Methods in io.papermc.paper.event.world that return PositionModifier and TypeMethodDescriptionStructuresLocateEvent.Result.pos()Returns the value of theposrecord component.Constructors in io.papermc.paper.event.world with parameters of type Position -
Uses of Position in io.papermc.paper.math
Subinterfaces of Position in io.papermc.paper.mathModifier and TypeInterfaceDescriptioninterfaceA position represented with integers.interfaceA position represented with doubles.Methods in io.papermc.paper.math that return Position -
Uses of Position in org.bukkit
Classes in org.bukkit that implement PositionMethods in org.bukkit with parameters of type PositionModifier and TypeMethodDescriptionstatic booleanBukkit.isOwnedByCurrentRegion(@NotNull World world, Position position) Returns whether the current thread is ticking a region and that the region being ticked owns the chunk at the specified world and block position.static booleanBukkit.isOwnedByCurrentRegion(@NotNull World world, Position position, int squareRadiusChunks) Returns whether the current thread is ticking a region and that the region being ticked owns the chunks centered at the specified block position within the specified square radius.booleanServer.isOwnedByCurrentRegion(@NotNull World world, Position position) Returns whether the current thread is ticking a region and that the region being ticked owns the chunk at the specified world and block position.booleanServer.isOwnedByCurrentRegion(@NotNull World world, Position position, int squareRadiusChunks) Returns whether the current thread is ticking a region and that the region being ticked owns the chunks centered at the specified block position within the specified square radius. -
Uses of Position in org.bukkit.entity
Methods in org.bukkit.entity with parameters of type PositionModifier and TypeMethodDescriptiondefault voidPlayer.lookAt(Position position, LookAnchor playerAnchor) Causes the player to look towards the given location.