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 Details