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 thepos
record 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 TypeInterfaceDescriptioninterface
A position represented with integers.interface
A 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 Position -
Uses of Position in org.bukkit.entity
Methods in org.bukkit.entity with parameters of type PositionModifier and TypeMethodDescriptiondefault void
Player.lookAt
(Position position, LookAnchor playerAnchor) Causes the player to look towards the given position.Method parameters in org.bukkit.entity with type arguments of type PositionModifier and TypeMethodDescriptiondefault void
Player.sendMultiBlockChange
(@NotNull Map<? extends Position, BlockData> blockChanges) Send multiple block changes.void
Player.sendMultiBlockChange
(@NotNull Map<? extends Position, BlockData> blockChanges, boolean suppressLightUpdates) Send multiple block changes.