Checks whether target entity is alive.
()
| 1878 | * Checks whether target entity is alive. |
| 1879 | */ |
| 1880 | public boolean isEntityAlive() |
| 1881 | { |
| 1882 | return !this.isDead; |
| 1883 | } |
| 1884 | |
| 1885 | /** |
| 1886 | * Checks if this entity is inside of an opaque block |
no outgoing calls
no test coverage detected