Uses of Interface
io.papermc.paper.math.FinePosition
Packages that use FinePosition
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of FinePosition in io.papermc.paper.math
Fields in io.papermc.paper.math declared as FinePositionMethods in io.papermc.paper.math that return FinePositionModifier 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 moe.caramel.daydream.brigadier
Methods in moe.caramel.daydream.brigadier that return FinePositionModifier and TypeMethodDescriptionstatic FinePosition
Resolvers.finePosition
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, String name) 명령어 컨텍스트와 주어진 인수 이름으로부터 실수형 위치를 해석합니다. -
Uses of FinePosition in org.bukkit
Classes in org.bukkit that implement FinePosition