Uses of Interface
io.papermc.paper.math.BlockPosition
Packages that use BlockPosition
-
Uses of BlockPosition in io.papermc.paper.math
Fields in io.papermc.paper.math declared as BlockPositionMethods in io.papermc.paper.math that return BlockPositionModifier and TypeMethodDescriptionstatic @NotNull BlockPosition
Position.block
(int x, int y, int z) Creates a position at the coordinatesstatic @NotNull BlockPosition
Creates a position from the location.default @NotNull BlockPosition
BlockPosition.offset
(int x, int y, int z) default @NotNull BlockPosition
Returns a block position offset by the amount along the specified axis.default @NotNull BlockPosition
Returns a block position offset by 1 in the direction specified.default @NotNull BlockPosition
Returns a block position offset in the direction specified multiplied by the amount.default @NotNull BlockPosition
BlockPosition.toBlock()
default @NotNull BlockPosition
FinePosition.toBlock()
Position.toBlock()
Returns the block position of this position or itself if it already is a block position