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.intgetName()@NotNull ChunkExtent@NotNull CompletableFuture<ChunkExtent>loadChunkAsynced(@NotNull Vector3<Integer> vector)default ChunkExtentloadChunkAt(@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
-