Interface ASyncExactPosition
- All Superinterfaces:
ASyncPosition<Double>,ExactPosition,Position<Double>
@Deprecated(forRemoval=true)
public interface ASyncExactPosition
extends ASyncPosition<Double>, ExactPosition
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
Modifier and TypeMethodDescriptiondefault ASyncExactPositiongetRelative(Vector3<?> vector)Deprecated, for removal: This API element is subject to removal in a future version.default ASyncExactPositiongetRelative(Direction direction)Deprecated, for removal: This API element is subject to removal in a future version.default ASyncExactPositionDeprecated.Deprecated, for removal: This API element is subject to removal in a future version.default ASyncExactPositionDeprecated.default SyncExactPositionDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from interface org.core.world.position.impl.async.ASyncPosition
getBlockDetails, getTileEntity, scheduleBlock, scheduleBlock, scheduleBlock, scheduleBlock, scheduleResetMethods inherited from interface org.core.world.position.impl.ExactPosition
getRelative, getRelativeMethods inherited from interface org.core.world.position.impl.Position
getBlockType, getChunkPosition, getPosition, getWorld, getX, getY, getZ
-
Method Details
-
toBlockPosition
ASyncBlockPosition toBlockPosition()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
toBlockPositionin interfacePosition<Double>
-
toExactPosition
Deprecated.- Specified by:
toExactPositionin interfacePosition<Double>
-
toSyncPosition
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
toSyncPositionin interfaceExactPosition- Specified by:
toSyncPositionin interfacePosition<Double>
-
toAsyncPosition
Deprecated.- Specified by:
toAsyncPositionin interfaceExactPosition- Specified by:
toAsyncPositionin interfacePosition<Double>
-
getRelative
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getRelativein interfaceASyncPosition<Double>- Specified by:
getRelativein interfacePosition<Double>
-
getRelative
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getRelativein interfaceASyncPosition<Double>- Specified by:
getRelativein interfaceExactPosition- Specified by:
getRelativein interfacePosition<Double>
-