| readyChunks = SectorUtil.getWatchedChunks(entity).stream().filter(chunkProvider::isChunkReady).count() | anyChunksReady = SectorUtil.getWatchedChunks(entity).stream().anyMatch(chunkProvider::isChunkReady) | SectorUtil.getWatchedChunks(entity).stream().filter(chunkProvider::isChunkReady).count() | SectorUtil.getWatchedChunks(entity).stream().anyMatch(chunkProvider::isChunkReady) | Terasology | 11f310b1d4f053ca0b5e4ea812e022ac6ca385f3 | org.terasology.entitySystem.sectors.SectorSimulationSystem | | | _1 | readyChunks |
|---|
| _2 | anyChunksReady |
|---|
| | xyz | SectorUtil.getWatchedChunks(entity).stream().filter(chunkProvider::isChunkReady).count() |
|---|
| | | xyz | SectorUtil.getWatchedChunks(entity).stream().anyMatch(chunkProvider::isChunkReady) |
|---|
| AssignedTo | True |
| long readyChunks=SectorUtil.getWatchedChunks(entity).stream().filter(chunkProvider::isChunkReady).count(); | boolean anyChunksReady=SectorUtil.getWatchedChunks(entity).stream().anyMatch(chunkProvider::isChunkReady); | SectorUtil.getWatchedChunks(entity).stream().filter(chunkProvider::isChunkReady).count() | SectorUtil.getWatchedChunks(entity).stream().anyMatch(chunkProvider::isChunkReady) | Terasology | 11f310b1d4f053ca0b5e4ea812e022ac6ca385f3 | org.terasology.entitySystem.sectors.SectorSimulationSystem | | | _1 | readyChunks |
|---|
| _2 | anyChunksReady |
|---|
| | xyz | SectorUtil.getWatchedChunks(entity).stream().filter(chunkProvider::isChunkReady).count() |
|---|
| | | xyz | SectorUtil.getWatchedChunks(entity).stream().anyMatch(chunkProvider::isChunkReady) |
|---|
| AssignedTo | True |