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

Method isVisuallyOpaque

src/main/java/net/minecraft/block/Block.java:363–366  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

361 }
362
363 public boolean isVisuallyOpaque()
364 {
365 return this.blockMaterial.blocksMovement() && this.isFullCube();
366 }
367
368 public boolean isFullCube()
369 {

Callers 2

renderOverlaysMethod · 0.45

Calls 2

isFullCubeMethod · 0.95
blocksMovementMethod · 0.45

Tested by

no test coverage detected