Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
canBlockSeeSky
Method · 0.95
getRawLight
Method · 0.95
canLightningStrike
Method · 0.95
countBlocksCanSeeSky
Method · 0.45
removeSunnyPath
Method · 0.45
apply
Method · 0.45
canBlockStay
Method · 0.45
onUpdate
Method · 0.45
shouldExecute
Method · 0.45
findPossibleShelter
Method · 0.45
updateAITasks
Method · 0.45
onLivingUpdate
Method · 0.45
Calls
1
getChunkFromBlockCoords
Method · 0.95
Tested by
no test coverage detected