Interface IWorldChunks
- All Superinterfaces:
IChunkAccessorSync<WorldChunk>,IWorldChunksAsync
- All Known Implementing Classes:
World
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.hypixel.hytale.server.core.universe.world.accessor.IChunkAccessorSync
IChunkAccessorSync.TestBlockFunction -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.default WorldChunkgetChunk(long index) Deprecated.default WorldChunkgetNonTickingChunk(long index) Deprecated.booleanDeprecated.default <T> TwaitForFutureWithoutLock(CompletableFuture<T> future) Deprecated.Methods inherited from interface com.hypixel.hytale.server.core.universe.world.accessor.IChunkAccessorSync
breakBlock, getBaseBlock, getBlock, getBlock, getBlockComponentHolder, getBlockType, getBlockType, getChunkIfInMemory, getChunkIfLoaded, getChunkIfNonTicking, getState, loadChunkIfInMemory, setBlock, setBlock, setBlockInteractionState, testBlockTypes, testPlaceBlock, testPlaceBlockMethods inherited from interface com.hypixel.hytale.server.core.universe.world.IWorldChunksAsync
getChunkAsync, getChunkAsync, getNonTickingChunkAsync, getNonTickingChunkAsync
-
Method Details
-
consumeTaskQueue
Deprecated. -
isInThread
boolean isInThread()Deprecated. -
getChunk
Deprecated.- Specified by:
getChunkin interfaceIChunkAccessorSync<WorldChunk>
-
getNonTickingChunk
Deprecated.- Specified by:
getNonTickingChunkin interfaceIChunkAccessorSync<WorldChunk>
-
waitForFutureWithoutLock
Deprecated.
-