sets the dead flag. Used when you fall off the bottom of the world.
()
| 580 | * sets the dead flag. Used when you fall off the bottom of the world. |
| 581 | */ |
| 582 | protected void kill() |
| 583 | { |
| 584 | this.setDead(); |
| 585 | } |
| 586 | |
| 587 | /** |
| 588 | * Checks if the offset position from the entity's current position is inside of liquid. Args: x, y, z |
no test coverage detected