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

Method canBeCollidedWith

src/main/java/net/minecraft/entity/Entity.java:1570–1573  ·  view source on GitHub ↗

Returns true if other Entities should be prevented from moving through this Entity.

()

Source from the content-addressed store, hash-verified

1568 * Returns true if other Entities should be prevented from moving through this Entity.
1569 */
1570 public boolean canBeCollidedWith()
1571 {
1572 return false;
1573 }
1574
1575 /**
1576 * Returns true if this entity should push and be pushed by other entities when colliding.

Callers 7

onItemRightClickMethod · 0.95
onUpdateMethod · 0.95
onUpdateMethod · 0.95
onUpdateMethod · 0.95
onUpdateMethod · 0.95
drawProjectilesMethod · 0.95
applyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected