Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ getLightValue
Method
getLightValue
src/main/java/net/minecraft/block/Block.java:227–230 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
225
}
226
227
public
int
getLightValue()
228
{
229
return
this.lightValue;
230
}
231
232
/**
233
* Should block use the brightest neighbor light value as its own
Callers
8
getLightLevel
Method · 0.95
useProgram
Method · 0.95
setBlockState
Method · 0.95
getRawLight
Method · 0.95
getMixedBrightnessForBlock
Method · 0.95
renderModel
Method · 0.80
enqueueRelightChecks
Method · 0.80
func_150811_f
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected