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

Method isFullCube

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

Source from the content-addressed store, hash-verified

366 }
367
368 public boolean isFullCube()
369 {
370 return true;
371 }
372
373 public boolean isPassable(IBlockAccess worldIn, BlockPos pos)
374 {

Callers 15

isBlockNormalCubeMethod · 0.95
updateTickMethod · 0.95
isBlockNormalCubeMethod · 0.95
isNormalCubeMethod · 0.95
isVisuallyOpaqueMethod · 0.95
canSilkHarvestMethod · 0.95
canConnectToMethod · 0.95
canConnectToMethod · 0.95
func_181065_aMethod · 0.95
pickHotarBlockMethod · 0.95
isFullCubeModelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected