MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / setBeenAttacked

Method setBeenAttacked

src/main/java/net/minecraft/entity/Entity.java:1487–1490  ·  view source on GitHub ↗

Sets that this entity has been attacked.

()

Source from the content-addressed store, hash-verified

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.

Callers 8

attackEntityFromMethod · 0.95
attackEntityFromMethod · 0.45
attackEntityFromMethod · 0.45
attackEntityFromMethod · 0.45
attackEntityFromMethod · 0.45
attackEntityFromMethod · 0.45
onActivatorRailPassMethod · 0.45
attackEntityFromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected