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 FinePosition
Position.fine
(double x, double y, double z) Creates a position at the coordinatesstatic FinePosition
Creates a position from the location.default FinePosition
BlockPosition.offset
(double x, double y, double z) default FinePosition
FinePosition.offset
(double x, double y, double z) default 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 FinePosition
Position.toCenter()
Returns a new position at the center of the block position this represents -
Uses of FinePosition in org.bukkit