MCPcopy 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

getLightLevelMethod · 0.95
useProgramMethod · 0.95
setBlockStateMethod · 0.95
getRawLightMethod · 0.95
renderModelMethod · 0.80
enqueueRelightChecksMethod · 0.80
func_150811_fMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected