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 ASyncExactPosition
getRelative(Vector3<?> vector)
Deprecated, for removal: This API element is subject to removal in a future version.default ASyncExactPosition
getRelative(Direction direction)
Deprecated, for removal: This API element is subject to removal in a future version.default ASyncExactPosition
Deprecated.Deprecated, for removal: This API element is subject to removal in a future version.default ASyncExactPosition
Deprecated.default SyncExactPosition
Deprecated, 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, scheduleReset
Methods inherited from interface org.core.world.position.impl.ExactPosition
getRelative, getRelative
Methods 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:
toBlockPosition
in interfacePosition<Double>
-
toExactPosition
Deprecated.- Specified by:
toExactPosition
in interfacePosition<Double>
-
toSyncPosition
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
toSyncPosition
in interfaceExactPosition
- Specified by:
toSyncPosition
in interfacePosition<Double>
-
toAsyncPosition
Deprecated.- Specified by:
toAsyncPosition
in interfaceExactPosition
- Specified by:
toAsyncPosition
in interfacePosition<Double>
-
getRelative
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getRelative
in interfaceASyncPosition<Double>
- Specified by:
getRelative
in interfacePosition<Double>
-
getRelative
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getRelative
in interfaceASyncPosition<Double>
- Specified by:
getRelative
in interfaceExactPosition
- Specified by:
getRelative
in interfacePosition<Double>
-