MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / isPopulated

Method isPopulated

src/main/java/net/minecraft/world/chunk/Chunk.java:1247–1250  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1245 }
1246
1247 public boolean isPopulated()
1248 {
1249 return this.field_150815_m && this.isTerrainPopulated && this.isLightPopulated;
1250 }
1251
1252 /**
1253 * Gets a ChunkCoordIntPair representing the Chunk's position.

Callers 3

setBlockStateMethod · 0.95
removePlayerMethod · 0.95
onUpdateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected