public interface IChunkLightProvider
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| 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()