Interface ASyncPosition<N extends Number>
- All Superinterfaces:
Position<N>
- All Known Subinterfaces:
ASyncBlockPosition
,ASyncExactPosition
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.getRelative(Vector3<?> vector)
Deprecated, for removal: This API element is subject to removal in a future version.getRelative(Direction direction)
Deprecated, for removal: This API element is subject to removal in a future version.getTileEntity(Plugin plugin)
Deprecated, for removal: This API element is subject to removal in a future version.default FutureResult<SyncPosition<N>>
scheduleBlock(Plugin plugin, BlockType type)
Deprecated, for removal: This API element is subject to removal in a future version.default FutureResult<SyncPosition<N>>
scheduleBlock(Plugin plugin, BlockDetails details)
Deprecated, for removal: This API element is subject to removal in a future version.scheduleBlock(Plugin plugin, BlockDetails details, LivePlayer... player)
Deprecated, for removal: This API element is subject to removal in a future version.scheduleBlock(Plugin plugin, BlockDetails details, PositionFlag.SetFlag... flags)
Deprecated, for removal: This API element is subject to removal in a future version.scheduleReset(Plugin plugin, LivePlayer... player)
Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from interface org.core.world.position.impl.Position
getBlockType, getChunkPosition, getPosition, getRelative, getRelative, getWorld, getX, getY, getZ, toAsyncPosition, toBlockPosition, toExactPosition, toSyncPosition
-
Method Details
-
scheduleBlock
FutureResult<SyncPosition<N>> scheduleBlock(Plugin plugin, BlockDetails details, PositionFlag.SetFlag... flags)Deprecated, for removal: This API element is subject to removal in a future version. -
scheduleBlock
FutureResult<SyncPosition<N>> scheduleBlock(Plugin plugin, BlockDetails details, LivePlayer... player)Deprecated, for removal: This API element is subject to removal in a future version. -
scheduleReset
Deprecated, for removal: This API element is subject to removal in a future version. -
getTileEntity
Deprecated, for removal: This API element is subject to removal in a future version. -
getBlockDetails
BlockSnapshot.AsyncBlockSnapshot getBlockDetails()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getBlockDetails
in interfacePosition<N extends Number>
-
getRelative
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getRelative
in interfacePosition<N extends Number>
-
getRelative
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getRelative
in interfacePosition<N extends Number>
-
scheduleBlock
Deprecated, for removal: This API element is subject to removal in a future version. -
scheduleBlock
Deprecated, for removal: This API element is subject to removal in a future version.
-