Interface SyncExactPosition
- All Superinterfaces:
ExactPosition
,Position<Double>
,SyncPosition<Double>
-
Method Summary
Modifier and TypeMethodDescriptiondefault SyncExactPosition
getRelative(Vector3<?> vector)
default SyncExactPosition
getRelative(Direction direction)
default ASyncExactPosition
Deprecated, for removal: This API element is subject to removal in a future version.default SyncExactPosition
Deprecated.default SyncExactPosition
Deprecated.Methods inherited from interface org.core.world.position.impl.ExactPosition
getRelative, getRelative
Methods inherited from interface org.core.world.position.impl.Position
getBlockType, getChunkPosition, getWorld, getX, getY, getZ
Methods inherited from interface org.core.world.position.impl.sync.SyncPosition
createEntity, destroy, getBlockDetails, getTileEntity, resetBlock, setBlock, setBlock, setBlock, setBlock
-
Method Details
-
toBlockPosition
SyncBlockPosition toBlockPosition()- Specified by:
toBlockPosition
in interfacePosition<Double>
-
toExactPosition
Deprecated.- Specified by:
toExactPosition
in interfacePosition<Double>
-
toSyncPosition
Deprecated.- Specified by:
toSyncPosition
in interfaceExactPosition
- 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 interfaceExactPosition
- Specified by:
toAsyncPosition
in interfacePosition<Double>
-
getPosition
- Specified by:
getPosition
in interfacePosition<Double>
-
getRelative
- Specified by:
getRelative
in interfacePosition<Double>
- Specified by:
getRelative
in interfaceSyncPosition<Double>
-
getRelative
- Specified by:
getRelative
in interfaceExactPosition
- Specified by:
getRelative
in interfacePosition<Double>
- Specified by:
getRelative
in interfaceSyncPosition<Double>
-