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

Method isCollidable

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

Returns if this block is collidable (only used by Fire). Args: x, y, z

()

Source from the content-addressed store, hash-verified

530 * Returns if this block is collidable (only used by Fire). Args: x, y, z
531 */
532 public boolean isCollidable()
533 {
534 return true;
535 }
536
537 /**
538 * Called randomly when setTickRandomly is set to true (used by e.g. crops to grow, etc.)

Callers 1

canCollideCheckMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected