Returns true if other Entities should be prevented from moving through this Entity.
()
| 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. |
no outgoing calls
no test coverage detected