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

Method canSeeSky

src/main/java/net/minecraft/world/World.java:563–566  ·  view source on GitHub ↗
(BlockPos pos)

Source from the content-addressed store, hash-verified

561 }
562
563 public boolean canSeeSky(BlockPos pos)
564 {
565 return this.getChunkFromBlockCoords(pos).canSeeSky(pos);
566 }
567
568 public boolean canBlockSeeSky(BlockPos pos)
569 {

Callers 13

canBlockSeeSkyMethod · 0.95
getRawLightMethod · 0.95
canLightningStrikeMethod · 0.95
countBlocksCanSeeSkyMethod · 0.45
removeSunnyPathMethod · 0.45
applyMethod · 0.45
canBlockStayMethod · 0.45
onUpdateMethod · 0.45
shouldExecuteMethod · 0.45
findPossibleShelterMethod · 0.45
updateAITasksMethod · 0.45
onLivingUpdateMethod · 0.45

Calls 1

Tested by

no test coverage detected