public interface IChunkLightProvider
Modifier and Type | Method and Description |
---|---|
IBlockReader |
getChunkForLight(int chunkX,
int chunkZ) |
IBlockReader |
getWorld() |
default void |
markLightChanged(LightType type,
SectionPos pos) |
@Nullable IBlockReader getChunkForLight(int chunkX, int chunkZ)
default void markLightChanged(LightType type, SectionPos pos)
IBlockReader getWorld()