Interface ASyncBlockPosition
- All Superinterfaces:
ASyncPosition<Integer>
,BlockPosition
,Position<Integer>
@Deprecated(forRemoval=true)
public interface ASyncBlockPosition
extends ASyncPosition<Integer>, BlockPosition
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
Modifier and TypeMethodDescriptiondefault ASyncBlockPosition
getRelative(Vector3<?> vector)
Deprecated, for removal: This API element is subject to removal in a future version.default ASyncBlockPosition
getRelative(Direction direction)
Deprecated, for removal: This API element is subject to removal in a future version.default ASyncBlockPosition
Deprecated.default ASyncBlockPosition
Deprecated.Deprecated, for removal: This API element is subject to removal in a future version.default SyncBlockPosition
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.BlockPosition
getAttachedEntities, getAttachedLiveEntities, getRelative, getRelative, isInLineOfSight, isInLineOfSight, isInLineOfSight, isInLineOfSight, isInLineOfSight, isInLineOfSight
Methods inherited from interface org.core.world.position.impl.Position
getBlockType, getChunkPosition, getPosition, getWorld, getX, getY, getZ
-
Method Details
-
toBlockPosition
Deprecated.- Specified by:
toBlockPosition
in interfacePosition<Integer>
-
toAsyncPosition
Deprecated.- Specified by:
toAsyncPosition
in interfaceBlockPosition
- Specified by:
toAsyncPosition
in interfacePosition<Integer>
-
toSyncPosition
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
toSyncPosition
in interfaceBlockPosition
- Specified by:
toSyncPosition
in interfacePosition<Integer>
-
toExactPosition
ASyncExactPosition toExactPosition()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
toExactPosition
in interfacePosition<Integer>
-
getRelative
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getRelative
in interfaceASyncPosition<Integer>
- Specified by:
getRelative
in interfaceBlockPosition
- Specified by:
getRelative
in interfacePosition<Integer>
-
getRelative
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getRelative
in interfaceASyncPosition<Integer>
- Specified by:
getRelative
in interfaceBlockPosition
- Specified by:
getRelative
in interfacePosition<Integer>
-