Package org.core.world
Interface ChunkExtent
-
Method Summary
Modifier and TypeMethodDescriptiondefault <N extends Number>
@NotNull SyncPosition<N>getPosition(@NotNull Vector3<N> vector)
getWorld()
Methods inherited from interface org.core.world.chunk.Chunk
createAsync, getBounds, getChunkPosition, getMaximumBlock, getMinimumBlock, isLoaded
Methods inherited from interface org.core.world.Extent
getAsyncPosition, getAsyncPosition, getAsyncPosition, getEntities, getLiveEntities, getLiveTileEntities, getPosition, getPosition, getTileEntities, isLoaded
-
Method Details
-
getWorld
WorldExtent getWorld() -
getPosition
@NotNull default <N extends Number> @NotNull SyncPosition<N> getPosition(@NotNull @NotNull Vector3<N> vector)- Specified by:
getPosition
in interfaceExtent
-