Package org.core.world
Interface WorldExtent
- All Superinterfaces:
Extent
-
Method Summary
Modifier and TypeMethodDescription@NotNull Optional<ChunkExtent>
default Set<ChunkExtent>
Deprecated, for removal: This API element is subject to removal in a future version.int
getName()
@NotNull ChunkExtent
@NotNull CompletableFuture<ChunkExtent>
loadChunkAsynced(@NotNull Vector3<Integer> vector)
default ChunkExtent
loadChunkAt(@NotNull Vector3<?> position)
default CompletableFuture<ChunkExtent>
loadChunkAtAsynced(@NotNull Vector3<?> position)
Methods inherited from interface org.core.world.Extent
getAsyncPosition, getAsyncPosition, getAsyncPosition, getEntities, getLiveEntities, getLiveTileEntities, getPosition, getPosition, getPosition, getTileEntities, isLoaded
-
Method Details
-
getName
String getName() -
getUniqueId
UUID getUniqueId() -
getPlatformUniqueId
String getPlatformUniqueId() -
getChunks
Deprecated, for removal: This API element is subject to removal in a future version. -
getChunkExtents
Stream<ChunkExtent> getChunkExtents() -
getChunk
-
loadChunkAsynced
@NotNull @NotNull CompletableFuture<ChunkExtent> loadChunkAsynced(@NotNull @NotNull Vector3<Integer> vector) -
loadChunk
-
getMinimumBlockHeight
int getMinimumBlockHeight() -
loadChunkAtAsynced
-
loadChunkAt
-