public void updateLitChunks(RenderGlobal p_updateLitChunks_1_)
{
for (BlockPos blockpos : this.setLitChunkPos)
{
RenderChunk renderchunk = p_updateLitChunks_1_.getRenderChunk(blockpos);
this.updateChunkLight(renderchunk, (Set<BlockPos>)null, (Set<BlockPos>)null);
}
}
DynamicLight.java 文件源码
java
阅读 22
收藏 0
点赞 0
评论 0
项目:BaseClient
作者:
评论列表
文章目录