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

Method canCollideCheck

src/main/java/net/minecraft/block/Block.java:524–527  ·  view source on GitHub ↗
(IBlockState state, boolean hitIfLiquid)

Source from the content-addressed store, hash-verified

522 }
523
524 public boolean canCollideCheck(IBlockState state, boolean hitIfLiquid)
525 {
526 return this.isCollidable();
527 }
528
529 /**
530 * Returns if this block is collidable (only used by Fire). Args: x, y, z

Callers 2

rayTraceBlocksMethod · 0.95
canBeClickedMethod · 0.45

Calls 1

isCollidableMethod · 0.95

Tested by

no test coverage detected