Package codechicken.chunkloader.api
Interface IChunkLoader
- All Known Implementing Classes:
TileChunkLoader,TileChunkLoaderBase,TileSpotLoader
public interface IChunkLoader
-
Method Summary
-
Method Details
-
getOwner
-
world
net.minecraft.world.level.Level world() -
pos
net.minecraft.core.BlockPos pos() -
deactivate
void deactivate() -
activate
void activate() -
isValid
boolean isValid() -
getChunks
Set<net.minecraft.world.level.ChunkPos> getChunks()
-