MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / isOpaqueCube

Method isOpaqueCube

src/main/java/net/minecraft/block/Block.java:519–522  ·  view source on GitHub ↗

Used to determine ambient occlusion and culling when rebuilding chunks for render

()

Source from the content-addressed store, hash-verified

517 * Used to determine ambient occlusion and culling when rebuilding chunks for render
518 */
519 public boolean isOpaqueCube()
520 {
521 return true;
522 }
523
524 public boolean canCollideCheck(IBlockState state, boolean hitIfLiquid)
525 {

Callers 15

rebuildChunkMethod · 0.95
BlockMethod · 0.95
shouldSideBeRenderedMethod · 0.95
canPlaceBlockAtMethod · 0.95
isNeighbourOverlayMethod · 0.45
isNeighbourMatchingMethod · 0.45
hasSnowNeighboursMethod · 0.45
checkBlockMethod · 0.45
getRenderLayerMethod · 0.45
getCombinedLightRawMethod · 0.45
setupTerrainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected