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

Method isNormalCube

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

Used for nearly all game logic (non-rendering) purposes. Use Forge-provided isNormalCube(IBlockAccess, BlockPos) instead.

()

Source from the content-addressed store, hash-verified

356 * instead.
357 */
358 public boolean isNormalCube()
359 {
360 return this.blockMaterial.isOpaque() && this.isFullCube() && !this.canProvidePower();
361 }
362
363 public boolean isVisuallyOpaque()
364 {

Callers 15

findChunksForSpawningMethod · 0.95
getRedstonePowerMethod · 0.95
func_176339_dMethod · 0.95
isOpenBlockSpaceMethod · 0.80
placeDoorMethod · 0.80
func_179861_aMethod · 0.80
growMethod · 0.80
canPlaceBlockOnSideMethod · 0.80
canPlaceBlockAtMethod · 0.80

Calls 3

isFullCubeMethod · 0.95
canProvidePowerMethod · 0.95
isOpaqueMethod · 0.80

Tested by

no test coverage detected