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