Sets that this entity has been attacked.
()
| 1485 | * Sets that this entity has been attacked. |
| 1486 | */ |
| 1487 | protected void setBeenAttacked() |
| 1488 | { |
| 1489 | this.velocityChanged = true; |
| 1490 | } |
| 1491 | |
| 1492 | /** |
| 1493 | * Called when the entity is attacked. |
no outgoing calls
no test coverage detected