MCPcopy 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

setBlockStateMethod · 0.95
canBlockSeeSkyMethod · 0.95
getRawLightMethod · 0.95
generateHeightMapMethod · 0.95
setBlockStateMethod · 0.95
updateTickMethod · 0.95
updateTickMethod · 0.95
updateSegmentColorsMethod · 0.80
checkLightForMethod · 0.80
getBlockLightOpacityMethod · 0.80
updateTickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected