Package codechicken.chunkloader.api
Interface IChunkLoaderHandler
- All Known Implementing Classes:
ChunkLoaderHandler
public interface IChunkLoaderHandler
Handler for interacting with the ChickenChunks loading backend.
IChunkLoader implementations are expected to be TileEntities at this moment.
This Capability only exists on the
Level.OVERWORLD and handles all dimensions.
Due to complexity limitations, it's not viable to move this to a per-world capability at the current moment.
Created by covers1624 on 5/4/20.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddChunkLoader(IChunkLoader loader) booleancanLoadChunks(IChunkLoader loader, Set<net.minecraft.world.level.ChunkPos> newChunks) static IChunkLoaderHandlerinstance()voidremoveChunkLoader(IChunkLoader loader) voidupdateLoader(IChunkLoader loader)
-
Method Details
-
addChunkLoader
-
removeChunkLoader
-
canLoadChunks
-
updateLoader
-
instance
-