Uses of Interface
io.papermc.paper.math.FinePosition
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of FinePosition in io.papermc.paper.math
Modifier and TypeMethodDescriptionstatic @NotNull FinePosition
Position.fine
(double x, double y, double z) Creates a position at the coordinatesstatic @NotNull FinePosition
Creates a position from the location.default @NotNull FinePosition
BlockPosition.offset
(double x, double y, double z) default @NotNull FinePosition
FinePosition.offset
(double x, double y, double z) default @NotNull FinePosition
FinePosition.offset
(int x, int y, int z) Position.offset
(double x, double y, double z) Returns a position offset by the specified amounts.default @NotNull FinePosition
Position.toCenter()
Returns a new position at the center of the block position this represents -
Uses of FinePosition in org.bukkit