Returns true if there are no solid, live entities in the specified AxisAlignedBB
(AxisAlignedBB bb)
| 1946 | * Returns true if there are no solid, live entities in the specified AxisAlignedBB |
| 1947 | */ |
| 1948 | public boolean checkNoEntityCollision(AxisAlignedBB bb) |
| 1949 | { |
| 1950 | return this.checkNoEntityCollision(bb, null); |
| 1951 | } |
| 1952 | |
| 1953 | /** |
| 1954 | * Returns true if there are no solid, live entities in the specified AxisAlignedBB, excluding the given entity |
no test coverage detected