Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
renderOverlays
Method · 0.45
isEntityInsideOpaqueBlock
Method · 0.45
Calls
2
isFullCube
Method · 0.95
blocksMovement
Method · 0.45
Tested by
no test coverage detected