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

Method func_177441_y

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

Source from the content-addressed store, hash-verified

1518 }
1519
1520 private void func_177441_y()
1521 {
1522 for (int i = 0; i < this.updateSkylightColumns.length; ++i)
1523 {
1524 this.updateSkylightColumns[i] = true;
1525 }
1526
1527 this.recheckGaps(false);
1528 }
1529
1530 private void func_180700_a(EnumFacing p_180700_1_)
1531 {

Callers 1

func_150809_pMethod · 0.95

Calls 1

recheckGapsMethod · 0.95

Tested by

no test coverage detected