Package org.core.world.position.impl
Interface ExactPosition
- All Known Subinterfaces:
ASyncExactPosition
,SyncExactPosition
-
Method Summary
Modifier and TypeMethodDescriptiondefault ExactPosition
getRelative(double x, double y, double z)
getRelative(int x, int y, int z)
getRelative(Direction direction)
Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from interface org.core.world.position.impl.Position
getBlockDetails, getBlockType, getChunkPosition, getPosition, getRelative, getWorld, getX, getY, getZ, toBlockPosition, toExactPosition
-
Method Details
-
toSyncPosition
SyncExactPosition toSyncPosition()- Specified by:
toSyncPosition
in interfacePosition<Double>
-
toAsyncPosition
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
toAsyncPosition
in interfacePosition<Double>
-
getRelative
- Specified by:
getRelative
in interfacePosition<Double>
-
getRelative
- Specified by:
getRelative
in interfacePosition<Double>
-
getRelative
- Specified by:
getRelative
in interfacePosition<Double>
-