Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ getLightOpacity
Method
getLightOpacity
src/main/java/net/minecraft/block/Block.java:214–217 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
212
}
213
214
public
int
getLightOpacity()
215
{
216
return
this.lightOpacity;
217
}
218
219
/**
220
* Used in the renderer to apply ambient occlusion
Callers
11
setBlockState
Method · 0.95
canBlockSeeSky
Method · 0.95
getRawLight
Method · 0.95
generateHeightMap
Method · 0.95
setBlockState
Method · 0.95
updateTick
Method · 0.95
updateTick
Method · 0.95
updateSegmentColors
Method · 0.80
checkLightFor
Method · 0.80
getBlockLightOpacity
Method · 0.80
updateTick
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected